@rh-support/troubleshoot 2.4.10-beta.8 → 2.5.0

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 (645) hide show
  1. package/README.md +1 -4
  2. package/lib/esm/components/AccountInfo/AccountSelector.d.ts +2 -1
  3. package/lib/esm/components/AccountInfo/AccountSelector.d.ts.map +1 -1
  4. package/lib/esm/components/AccountInfo/AccountSelector.js +7 -7
  5. package/lib/esm/components/AccountInfo/ManagedAccountsDropdown.d.ts +2 -1
  6. package/lib/esm/components/AccountInfo/ManagedAccountsDropdown.d.ts.map +1 -1
  7. package/lib/esm/components/AccountInfo/ManagedAccountsDropdown.js +36 -11
  8. package/lib/esm/components/AccountInfo/OwnerSelector.d.ts +2 -1
  9. package/lib/esm/components/AccountInfo/OwnerSelector.d.ts.map +1 -1
  10. package/lib/esm/components/AccountInfo/OwnerSelector.js +10 -124
  11. package/lib/esm/components/AccountInfo/css/accountSelector.css +6 -0
  12. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.js +5 -5
  13. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts +2 -1
  14. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts.map +1 -1
  15. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +23 -20
  16. package/lib/esm/components/CaseEditView/Case.d.ts +2 -1
  17. package/lib/esm/components/CaseEditView/Case.d.ts.map +1 -1
  18. package/lib/esm/components/CaseEditView/Case.js +8 -8
  19. package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts +2 -1
  20. package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
  21. package/lib/esm/components/CaseEditView/CaseDetailsAside.js +22 -16
  22. package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.d.ts +2 -1
  23. package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.d.ts.map +1 -1
  24. package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.js +1 -1
  25. package/lib/esm/components/CaseEditView/CaseDetailsModals.js +1 -1
  26. package/lib/esm/components/CaseEditView/CaseDetailsTabs.d.ts +1 -1
  27. package/lib/esm/components/CaseEditView/CaseDetailsTabs.d.ts.map +1 -1
  28. package/lib/esm/components/CaseEditView/CaseDetailsTabs.js +45 -25
  29. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts +2 -1
  30. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts.map +1 -1
  31. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.js +1 -1
  32. package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts +2 -1
  33. package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts.map +1 -1
  34. package/lib/esm/components/CaseEditView/CaseOverview/CaseType.d.ts +2 -1
  35. package/lib/esm/components/CaseEditView/CaseOverview/CaseType.d.ts.map +1 -1
  36. package/lib/esm/components/CaseEditView/CaseOverview/CaseType.js +18 -4
  37. package/lib/esm/components/CaseEditView/CaseOverview/DateTime.d.ts +2 -1
  38. package/lib/esm/components/CaseEditView/CaseOverview/DateTime.d.ts.map +1 -1
  39. package/lib/esm/components/CaseEditView/CaseOverview/DateTime.js +1 -1
  40. package/lib/esm/components/CaseEditView/CaseOverview/index.d.ts +1 -1
  41. package/lib/esm/components/CaseEditView/CaseOverview/index.d.ts.map +1 -1
  42. package/lib/esm/components/CaseEditView/CaseOverview/index.js +44 -35
  43. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.d.ts.map +1 -1
  44. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.js +115 -47
  45. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts +7 -2
  46. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts.map +1 -1
  47. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.js +8 -6
  48. package/lib/esm/components/CaseEditView/CaseSolutions/HandpicketItem.d.ts +15 -0
  49. package/lib/esm/components/CaseEditView/CaseSolutions/HandpicketItem.d.ts.map +1 -0
  50. package/lib/esm/components/CaseEditView/CaseSolutions/HandpicketItem.js +76 -0
  51. package/lib/esm/components/CaseEditView/CaseSubscriptionAbuseAlert.d.ts +2 -1
  52. package/lib/esm/components/CaseEditView/CaseSubscriptionAbuseAlert.d.ts.map +1 -1
  53. package/lib/esm/components/CaseEditView/CaseSubscriptionAbuseAlert.js +1 -1
  54. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts +2 -1
  55. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts.map +1 -1
  56. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.js +17 -11
  57. package/lib/esm/components/CaseEditView/PDFContainer.d.ts +1 -1
  58. package/lib/esm/components/CaseEditView/PDFContainer.d.ts.map +1 -1
  59. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.js +2 -2
  60. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts +2 -1
  61. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts.map +1 -1
  62. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.js +8 -7
  63. package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.d.ts +2 -1
  64. package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.d.ts.map +1 -1
  65. package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.js +13 -12
  66. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.js +2 -2
  67. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.d.ts +2 -1
  68. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.d.ts.map +1 -1
  69. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.js +13 -12
  70. package/lib/esm/components/CaseEditView/ShareCase/PartnerCaseHelper.d.ts +2 -2
  71. package/lib/esm/components/CaseEditView/ShareCase/PartnerCaseHelper.d.ts.map +1 -1
  72. package/lib/esm/components/CaseEditView/ShareCase/PartnerCaseHelper.js +1 -1
  73. package/lib/esm/components/CaseEditView/ShareCase/PartnerShare.d.ts +2 -1
  74. package/lib/esm/components/CaseEditView/ShareCase/PartnerShare.d.ts.map +1 -1
  75. package/lib/esm/components/CaseEditView/ShareCase/PartnerShare.js +59 -35
  76. package/lib/esm/components/CaseEditView/ShareCase/TnC.d.ts +1 -1
  77. package/lib/esm/components/CaseEditView/ShareCase/TnC.d.ts.map +1 -1
  78. package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.d.ts +2 -1
  79. package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.d.ts.map +1 -1
  80. package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.js +8 -20
  81. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.d.ts +2 -1
  82. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.d.ts.map +1 -1
  83. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.js +187 -66
  84. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.d.ts +2 -2
  85. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.d.ts.map +1 -1
  86. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.js +2 -2
  87. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.d.ts +2 -1
  88. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.d.ts.map +1 -1
  89. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.js +2 -2
  90. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.d.ts +2 -1
  91. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.d.ts.map +1 -1
  92. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.js +10 -13
  93. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInternalStatus.d.ts +2 -1
  94. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInternalStatus.d.ts.map +1 -1
  95. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInternalStatus.js +31 -12
  96. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftPopover.d.ts +2 -1
  97. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftPopover.d.ts.map +1 -1
  98. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftPopover.js +1 -1
  99. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftV3Popover.d.ts +2 -1
  100. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftV3Popover.d.ts.map +1 -1
  101. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftV3Popover.js +1 -1
  102. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.d.ts +2 -1
  103. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.d.ts.map +1 -1
  104. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +15 -14
  105. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.d.ts +1 -1
  106. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.d.ts.map +1 -1
  107. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.js +21 -11
  108. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.d.ts +2 -1
  109. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.d.ts.map +1 -1
  110. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.js +7 -7
  111. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseSbrGroups.d.ts +2 -1
  112. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseSbrGroups.d.ts.map +1 -1
  113. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseSbrGroups.js +3 -3
  114. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.d.ts +2 -1
  115. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.d.ts.map +1 -1
  116. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.js +1 -1
  117. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.d.ts +3 -0
  118. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.d.ts.map +1 -0
  119. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.js +37 -0
  120. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.d.ts +2 -1
  121. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.d.ts.map +1 -1
  122. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.js +9 -9
  123. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/useCustomEmails.js +1 -1
  124. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.d.ts.map +1 -1
  125. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.js +10 -8
  126. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseChat.js +1 -1
  127. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.d.ts.map +1 -1
  128. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.js +29 -11
  129. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts +1 -1
  130. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts.map +1 -1
  131. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.js +89 -31
  132. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseExternalTrackerUpdate.d.ts.map +1 -1
  133. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseExternalTrackerUpdate.js +6 -4
  134. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.d.ts +2 -1
  135. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.d.ts.map +1 -1
  136. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.js +4 -3
  137. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.d.ts +1 -1
  138. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.d.ts.map +1 -1
  139. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.js +1 -1
  140. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/JumpAndCopyLink.d.ts +2 -1
  141. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/JumpAndCopyLink.d.ts.map +1 -1
  142. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useMarkdownFileUploader.d.ts.map +1 -1
  143. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts +2 -1
  144. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts.map +1 -1
  145. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.js +29 -9
  146. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.d.ts +2 -1
  147. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.d.ts.map +1 -1
  148. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.js +4 -3
  149. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.css +0 -0
  150. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.d.ts +5 -2
  151. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.d.ts.map +1 -1
  152. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.js +7 -3
  153. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.css +331 -0
  154. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts +7 -0
  155. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts.map +1 -0
  156. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.js +442 -0
  157. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts +3 -2
  158. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts.map +1 -1
  159. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.js +5 -5
  160. package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.d.ts +2 -1
  161. package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.d.ts.map +1 -1
  162. package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.js +4 -4
  163. package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.d.ts +4 -0
  164. package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.d.ts.map +1 -0
  165. package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.js +118 -0
  166. package/lib/esm/components/CaseEditView/index.d.ts +2 -8
  167. package/lib/esm/components/CaseEditView/index.d.ts.map +1 -1
  168. package/lib/esm/components/CaseEditView/index.js +8 -13
  169. package/lib/esm/components/CaseInformation/CaseGroup.d.ts +2 -1
  170. package/lib/esm/components/CaseInformation/CaseGroup.d.ts.map +1 -1
  171. package/lib/esm/components/CaseInformation/CaseGroup.js +72 -26
  172. package/lib/esm/components/CaseInformation/CaseInformation.d.ts +2 -1
  173. package/lib/esm/components/CaseInformation/CaseInformation.d.ts.map +1 -1
  174. package/lib/esm/components/CaseInformation/CaseInformation.js +3 -5
  175. package/lib/esm/components/CaseInformation/CaseType.d.ts +2 -1
  176. package/lib/esm/components/CaseInformation/CaseType.d.ts.map +1 -1
  177. package/lib/esm/components/CaseInformation/ContactPhoneNumber.d.ts +2 -1
  178. package/lib/esm/components/CaseInformation/ContactPhoneNumber.d.ts.map +1 -1
  179. package/lib/esm/components/CaseInformation/ContactPhoneNumber.js +230 -55
  180. package/lib/esm/components/CaseInformation/ContactPhoneNumberAlert.d.ts +2 -1
  181. package/lib/esm/components/CaseInformation/ContactPhoneNumberAlert.d.ts.map +1 -1
  182. package/lib/esm/components/CaseInformation/ContactPhoneNumberAlert.js +33 -14
  183. package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts +2 -1
  184. package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts.map +1 -1
  185. package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.js +1 -1
  186. package/lib/esm/components/CaseInformation/Description.d.ts +3 -1
  187. package/lib/esm/components/CaseInformation/Description.d.ts.map +1 -1
  188. package/lib/esm/components/CaseInformation/Description.js +58 -28
  189. package/lib/esm/components/CaseInformation/FileDiag.d.ts +2 -1
  190. package/lib/esm/components/CaseInformation/FileDiag.d.ts.map +1 -1
  191. package/lib/esm/components/CaseInformation/Fts.d.ts +2 -1
  192. package/lib/esm/components/CaseInformation/Fts.d.ts.map +1 -1
  193. package/lib/esm/components/CaseInformation/Fts.js +38 -8
  194. package/lib/esm/components/CaseInformation/MandatoryPhonePopOver.d.ts +4 -0
  195. package/lib/esm/components/CaseInformation/MandatoryPhonePopOver.d.ts.map +1 -0
  196. package/lib/esm/components/CaseInformation/MandatoryPhonePopOver.js +26 -0
  197. package/lib/esm/components/CaseInformation/OpenCaseIssue.d.ts +3 -1
  198. package/lib/esm/components/CaseInformation/OpenCaseIssue.d.ts.map +1 -1
  199. package/lib/esm/components/CaseInformation/OpenCaseIssue.js +54 -29
  200. package/lib/esm/components/CaseInformation/Severity.d.ts +2 -1
  201. package/lib/esm/components/CaseInformation/Severity.d.ts.map +1 -1
  202. package/lib/esm/components/CaseInformation/Severity.js +18 -32
  203. package/lib/esm/components/CaseInformation/SupportLevel.d.ts +2 -1
  204. package/lib/esm/components/CaseInformation/SupportLevel.d.ts.map +1 -1
  205. package/lib/esm/components/CaseInformation/SupportLevel.js +9 -5
  206. package/lib/esm/components/CaseManagement/CaseLanguageSelector.d.ts +2 -1
  207. package/lib/esm/components/CaseManagement/CaseLanguageSelector.d.ts.map +1 -1
  208. package/lib/esm/components/CaseManagement/CaseLanguageSelector.js +3 -2
  209. package/lib/esm/components/CaseManagement/CaseManagement.d.ts +2 -1
  210. package/lib/esm/components/CaseManagement/CaseManagement.d.ts.map +1 -1
  211. package/lib/esm/components/CaseManagement/CaseManagement.js +10 -7
  212. package/lib/esm/components/CaseManagement/Cep.d.ts +2 -1
  213. package/lib/esm/components/CaseManagement/Cep.d.ts.map +1 -1
  214. package/lib/esm/components/CaseManagement/Cep.js +37 -21
  215. package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.d.ts +2 -1
  216. package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.d.ts.map +1 -1
  217. package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.js +14 -13
  218. package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.d.ts +2 -1
  219. package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.d.ts.map +1 -1
  220. package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.js +3 -3
  221. package/lib/esm/components/CaseManagement/OpenReferenceNumber.d.ts +2 -1
  222. package/lib/esm/components/CaseManagement/OpenReferenceNumber.d.ts.map +1 -1
  223. package/lib/esm/components/CaseManagement/OpenShiftClusterId.d.ts +6 -5
  224. package/lib/esm/components/CaseManagement/OpenShiftClusterId.d.ts.map +1 -1
  225. package/lib/esm/components/CaseManagement/OpenShiftClusterId.js +46 -28
  226. package/lib/esm/components/CaseManagement/OpenShiftV3Inputbox.d.ts +2 -1
  227. package/lib/esm/components/CaseManagement/OpenShiftV3Inputbox.d.ts.map +1 -1
  228. package/lib/esm/components/CaseManagement/OpenShiftV3Inputbox.js +1 -1
  229. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts +2 -1
  230. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts.map +1 -1
  231. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.js +7 -6
  232. package/lib/esm/components/CaseManagement/RHAssociatesSelector.d.ts +2 -1
  233. package/lib/esm/components/CaseManagement/RHAssociatesSelector.d.ts.map +1 -1
  234. package/lib/esm/components/CaseManagement/RHAssociatesSelector.js +19 -13
  235. package/lib/esm/components/CaseManagement/SendNotifications/AddContactToGroupModal.d.ts +2 -1
  236. package/lib/esm/components/CaseManagement/SendNotifications/AddContactToGroupModal.d.ts.map +1 -1
  237. package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.d.ts +2 -1
  238. package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.d.ts.map +1 -1
  239. package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.js +16 -15
  240. package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.d.ts +2 -1
  241. package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.d.ts.map +1 -1
  242. package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.js +43 -37
  243. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts +1 -1
  244. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map +1 -1
  245. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +3 -5
  246. package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.d.ts +2 -1
  247. package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.d.ts.map +1 -1
  248. package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.js +3 -3
  249. package/lib/esm/components/ConfirmationModals/PreCaseConfirmationModals.d.ts +2 -1
  250. package/lib/esm/components/ConfirmationModals/PreCaseConfirmationModals.d.ts.map +1 -1
  251. package/lib/esm/components/ConfirmationModals/PreCaseConfirmationModals.js +0 -2
  252. package/lib/esm/components/ConfirmationModals/PreferredSecureSupportModal.d.ts +2 -1
  253. package/lib/esm/components/ConfirmationModals/PreferredSecureSupportModal.d.ts.map +1 -1
  254. package/lib/esm/components/ConfirmationModals/ROCMModal.d.ts +2 -1
  255. package/lib/esm/components/ConfirmationModals/ROCMModal.d.ts.map +1 -1
  256. package/lib/esm/components/Cve/CveItem.d.ts +10 -0
  257. package/lib/esm/components/Cve/CveItem.d.ts.map +1 -0
  258. package/lib/esm/components/Cve/CveItem.js +139 -0
  259. package/lib/esm/components/Cve/CveModal.d.ts +3 -0
  260. package/lib/esm/components/Cve/CveModal.d.ts.map +1 -0
  261. package/lib/esm/components/Cve/CveModal.js +44 -0
  262. package/lib/esm/components/Cve/CvePanel.d.ts +7 -0
  263. package/lib/esm/components/Cve/CvePanel.d.ts.map +1 -0
  264. package/lib/esm/components/Cve/CvePanel.js +23 -0
  265. package/lib/esm/components/Cve/CveSidebar.d.ts +3 -0
  266. package/lib/esm/components/Cve/CveSidebar.d.ts.map +1 -0
  267. package/lib/esm/components/Cve/CveSidebar.js +23 -0
  268. package/lib/esm/components/EditDescription/EditDescription.d.ts +2 -1
  269. package/lib/esm/components/EditDescription/EditDescription.d.ts.map +1 -1
  270. package/lib/esm/components/EditDescription/EditDescription.js +1 -6
  271. package/lib/esm/components/IdeaInformation/IdeaInformation.d.ts +2 -1
  272. package/lib/esm/components/IdeaInformation/IdeaInformation.d.ts.map +1 -1
  273. package/lib/esm/components/IdeaInformation/IdeaInformation.js +12 -11
  274. package/lib/esm/components/ImproveCase/FileEARule.d.ts +2 -1
  275. package/lib/esm/components/ImproveCase/FileEARule.d.ts.map +1 -1
  276. package/lib/esm/components/ImproveCase/Hostname.d.ts +2 -1
  277. package/lib/esm/components/ImproveCase/Hostname.d.ts.map +1 -1
  278. package/lib/esm/components/ImproveCase/Hostname.js +3 -3
  279. package/lib/esm/components/ImproveCase/KtQuestions.d.ts +2 -1
  280. package/lib/esm/components/ImproveCase/KtQuestions.d.ts.map +1 -1
  281. package/lib/esm/components/ImproveCase/KtQuestions.js +62 -58
  282. package/lib/esm/components/OpenCase/CaseTypeIcons/BugIcon.d.ts +2 -1
  283. package/lib/esm/components/OpenCase/CaseTypeIcons/BugIcon.d.ts.map +1 -1
  284. package/lib/esm/components/OpenCase/CaseTypeIcons/CertificationIcon.d.ts +2 -1
  285. package/lib/esm/components/OpenCase/CaseTypeIcons/CertificationIcon.d.ts.map +1 -1
  286. package/lib/esm/components/OpenCase/CaseTypeIcons/CustomerServiceIcon.d.ts +2 -1
  287. package/lib/esm/components/OpenCase/CaseTypeIcons/CustomerServiceIcon.d.ts.map +1 -1
  288. package/lib/esm/components/OpenCase/CaseTypeIcons/DocumentationIcon.d.ts +2 -1
  289. package/lib/esm/components/OpenCase/CaseTypeIcons/DocumentationIcon.d.ts.map +1 -1
  290. package/lib/esm/components/OpenCase/CaseTypeIcons/GearIcon.d.ts +2 -1
  291. package/lib/esm/components/OpenCase/CaseTypeIcons/GearIcon.d.ts.map +1 -1
  292. package/lib/esm/components/OpenCase/CaseTypeIcons/IdeaIcon.d.ts +2 -1
  293. package/lib/esm/components/OpenCase/CaseTypeIcons/IdeaIcon.d.ts.map +1 -1
  294. package/lib/esm/components/OpenCase/CaseTypeIcons/RcaIcon.d.ts +2 -1
  295. package/lib/esm/components/OpenCase/CaseTypeIcons/RcaIcon.d.ts.map +1 -1
  296. package/lib/esm/components/OpenCase/OpenCase.d.ts +5 -1
  297. package/lib/esm/components/OpenCase/OpenCase.d.ts.map +1 -1
  298. package/lib/esm/components/OpenCase/OpenCase.js +9 -0
  299. package/lib/esm/components/OpenCase/SupportTypeIcons/BugIcon.d.ts +2 -1
  300. package/lib/esm/components/OpenCase/SupportTypeIcons/BugIcon.d.ts.map +1 -1
  301. package/lib/esm/components/OpenCase/SupportTypeIcons/CertificationIcon.d.ts +2 -1
  302. package/lib/esm/components/OpenCase/SupportTypeIcons/CertificationIcon.d.ts.map +1 -1
  303. package/lib/esm/components/OpenCase/SupportTypeIcons/CustomerServiceIcon.d.ts +2 -1
  304. package/lib/esm/components/OpenCase/SupportTypeIcons/CustomerServiceIcon.d.ts.map +1 -1
  305. package/lib/esm/components/OpenCase/SupportTypeIcons/DocumentationIcon.d.ts +2 -1
  306. package/lib/esm/components/OpenCase/SupportTypeIcons/DocumentationIcon.d.ts.map +1 -1
  307. package/lib/esm/components/OpenCase/SupportTypeIcons/GearIcon.d.ts +2 -1
  308. package/lib/esm/components/OpenCase/SupportTypeIcons/GearIcon.d.ts.map +1 -1
  309. package/lib/esm/components/OpenCase/SupportTypeIcons/IdeaIcon.d.ts +2 -1
  310. package/lib/esm/components/OpenCase/SupportTypeIcons/IdeaIcon.d.ts.map +1 -1
  311. package/lib/esm/components/OpenCase/SupportTypeIcons/RcaIcon.d.ts +2 -1
  312. package/lib/esm/components/OpenCase/SupportTypeIcons/RcaIcon.d.ts.map +1 -1
  313. package/lib/esm/components/OpenCase/SupportTypeSelectorPage.d.ts +2 -1
  314. package/lib/esm/components/OpenCase/SupportTypeSelectorPage.d.ts.map +1 -1
  315. package/lib/esm/components/OpenCase/SupportTypeSelectorPage.js +12 -15
  316. package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts +5 -1
  317. package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts.map +1 -1
  318. package/lib/esm/components/ProductSelector/AllProductsSelector.js +29 -9
  319. package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts +4 -1
  320. package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts.map +1 -1
  321. package/lib/esm/components/ProductSelector/NewProductDropdownSelector.js +21 -6
  322. package/lib/esm/components/ProductSelector/NewProductVersionSelector.d.ts +2 -1
  323. package/lib/esm/components/ProductSelector/NewProductVersionSelector.d.ts.map +1 -1
  324. package/lib/esm/components/ProductSelector/NewProductVersionSelector.js +2 -2
  325. package/lib/esm/components/ProductSelector/ProductSelector.d.ts +8 -2
  326. package/lib/esm/components/ProductSelector/ProductSelector.d.ts.map +1 -1
  327. package/lib/esm/components/ProductSelector/ProductSelector.js +45 -23
  328. package/lib/esm/components/ProductSelector/ProductSelectorLoader.d.ts +2 -1
  329. package/lib/esm/components/ProductSelector/ProductSelectorLoader.d.ts.map +1 -1
  330. package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.d.ts +3 -0
  331. package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.d.ts.map +1 -1
  332. package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.js +10 -2
  333. package/lib/esm/components/Recommendations/AlertToastWrapper.d.ts +3 -0
  334. package/lib/esm/components/Recommendations/AlertToastWrapper.d.ts.map +1 -1
  335. package/lib/esm/components/Recommendations/AlertToastWrapper.js +2 -2
  336. package/lib/esm/components/Recommendations/AsideResults.d.ts +3 -1
  337. package/lib/esm/components/Recommendations/AsideResults.d.ts.map +1 -1
  338. package/lib/esm/components/Recommendations/AsideResults.js +17 -28
  339. package/lib/esm/components/Recommendations/ClusterRecommendationItems.d.ts +2 -1
  340. package/lib/esm/components/Recommendations/ClusterRecommendationItems.d.ts.map +1 -1
  341. package/lib/esm/components/Recommendations/ClusterRecommendationItems.js +8 -5
  342. package/lib/esm/components/Recommendations/ClusterRecommendations.d.ts +2 -1
  343. package/lib/esm/components/Recommendations/ClusterRecommendations.d.ts.map +1 -1
  344. package/lib/esm/components/Recommendations/ClusterRecommendations.js +1 -1
  345. package/lib/esm/components/Recommendations/ClusterRecommendationsModal.d.ts +2 -1
  346. package/lib/esm/components/Recommendations/ClusterRecommendationsModal.d.ts.map +1 -1
  347. package/lib/esm/components/Recommendations/CriticalSolutionsToast.d.ts.map +1 -1
  348. package/lib/esm/components/Recommendations/CriticalSolutionsToast.js +1 -1
  349. package/lib/esm/components/Recommendations/EARules/EARule.d.ts +7 -6
  350. package/lib/esm/components/Recommendations/EARules/EARule.d.ts.map +1 -1
  351. package/lib/esm/components/Recommendations/EARules/EARule.js +7 -6
  352. package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.d.ts +3 -1
  353. package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.d.ts.map +1 -1
  354. package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.js +14 -4
  355. package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.d.ts +2 -1
  356. package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.d.ts.map +1 -1
  357. package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.js +13 -12
  358. package/lib/esm/components/Recommendations/EARules/EARuleWidget.d.ts +2 -1
  359. package/lib/esm/components/Recommendations/EARules/EARuleWidget.d.ts.map +1 -1
  360. package/lib/esm/components/Recommendations/EARules/EARuleWidget.js +6 -2
  361. package/lib/esm/components/Recommendations/InsightsResults.d.ts +2 -1
  362. package/lib/esm/components/Recommendations/InsightsResults.d.ts.map +1 -1
  363. package/lib/esm/components/Recommendations/InsightsResults.js +20 -7
  364. package/lib/esm/components/Recommendations/InsightsRuleInfo.d.ts +3 -1
  365. package/lib/esm/components/Recommendations/InsightsRuleInfo.d.ts.map +1 -1
  366. package/lib/esm/components/Recommendations/InsightsRuleInfo.js +17 -14
  367. package/lib/esm/components/Recommendations/RecommendationFeedbackModal.d.ts +2 -1
  368. package/lib/esm/components/Recommendations/RecommendationFeedbackModal.d.ts.map +1 -1
  369. package/lib/esm/components/Recommendations/RecommendationFeedbackModal.js +1 -1
  370. package/lib/esm/components/Recommendations/RecommendationInfoBox.d.ts +3 -0
  371. package/lib/esm/components/Recommendations/RecommendationInfoBox.d.ts.map +1 -0
  372. package/lib/esm/components/Recommendations/RecommendationInfoBox.js +28 -0
  373. package/lib/esm/components/Recommendations/Recommendations.d.ts +5 -1
  374. package/lib/esm/components/Recommendations/Recommendations.d.ts.map +1 -1
  375. package/lib/esm/components/Recommendations/Recommendations.js +108 -39
  376. package/lib/esm/components/Recommendations/RecommendationsLoader.d.ts +3 -0
  377. package/lib/esm/components/Recommendations/RecommendationsLoader.d.ts.map +1 -0
  378. package/lib/esm/components/Recommendations/RecommendationsLoader.js +11 -0
  379. package/lib/esm/components/Recommendations/RulesModal.d.ts +2 -1
  380. package/lib/esm/components/Recommendations/RulesModal.d.ts.map +1 -1
  381. package/lib/esm/components/Recommendations/RulesModal.js +8 -14
  382. package/lib/esm/components/Recommendations/WatsonxAiIcon.d.ts +10 -0
  383. package/lib/esm/components/Recommendations/WatsonxAiIcon.d.ts.map +1 -0
  384. package/lib/esm/components/Recommendations/WatsonxAiIcon.js +13 -0
  385. package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.d.ts +2 -1
  386. package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.d.ts.map +1 -1
  387. package/lib/esm/components/RemoteRider/RemoteRiderBanner.d.ts +2 -1
  388. package/lib/esm/components/RemoteRider/RemoteRiderBanner.d.ts.map +1 -1
  389. package/lib/esm/components/RemoteRider/RemoteRiderBanner.js +1 -1
  390. package/lib/esm/components/Review/Review.d.ts +3 -2
  391. package/lib/esm/components/Review/Review.d.ts.map +1 -1
  392. package/lib/esm/components/Review/Review.js +14 -11
  393. package/lib/esm/components/SessionRestore/SessionItem.d.ts +2 -1
  394. package/lib/esm/components/SessionRestore/SessionItem.d.ts.map +1 -1
  395. package/lib/esm/components/SessionRestore/SessionItem.js +4 -4
  396. package/lib/esm/components/SessionRestore/SessionRestore.d.ts +2 -1
  397. package/lib/esm/components/SessionRestore/SessionRestore.d.ts.map +1 -1
  398. package/lib/esm/components/SessionRestore/SessionRestore.js +51 -35
  399. package/lib/esm/components/SessionRestore/SessionRestoreCard.d.ts +2 -1
  400. package/lib/esm/components/SessionRestore/SessionRestoreCard.d.ts.map +1 -1
  401. package/lib/esm/components/SessionRestore/SessionRestoreCard.js +9 -16
  402. package/lib/esm/components/SubmitCase/ResubmitToast.d.ts +3 -0
  403. package/lib/esm/components/SubmitCase/ResubmitToast.d.ts.map +1 -1
  404. package/lib/esm/components/SubmitCase/ResubmitToast.js +3 -1
  405. package/lib/esm/components/SubmitCase/SubmitCase.d.ts +2 -1
  406. package/lib/esm/components/SubmitCase/SubmitCase.d.ts.map +1 -1
  407. package/lib/esm/components/SubmitCase/SubmitCase.js +122 -33
  408. package/lib/esm/components/Suggestions/Suggestions.d.ts +2 -1
  409. package/lib/esm/components/Suggestions/Suggestions.d.ts.map +1 -1
  410. package/lib/esm/components/Suggestions/Suggestions.js +10 -3
  411. package/lib/esm/components/Suggestions/TopContent.d.ts +2 -2
  412. package/lib/esm/components/Suggestions/TopContent.d.ts.map +1 -1
  413. package/lib/esm/components/Suggestions/TopContent.js +58 -13
  414. package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts +2 -1
  415. package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts.map +1 -1
  416. package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +25 -34
  417. package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.d.ts +2 -1
  418. package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.d.ts.map +1 -1
  419. package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.js +176 -75
  420. package/lib/esm/components/shared/Constants.d.ts +5 -4
  421. package/lib/esm/components/shared/Constants.d.ts.map +1 -1
  422. package/lib/esm/components/shared/Rule.d.ts +2 -1
  423. package/lib/esm/components/shared/Rule.d.ts.map +1 -1
  424. package/lib/esm/components/shared/Rule.js +6 -6
  425. package/lib/esm/components/shared/fileUpload/FileLister.d.ts +3 -1
  426. package/lib/esm/components/shared/fileUpload/FileLister.d.ts.map +1 -1
  427. package/lib/esm/components/shared/fileUpload/FileLister.js +8 -7
  428. package/lib/esm/components/shared/fileUpload/FileUpload.d.ts +2 -1
  429. package/lib/esm/components/shared/fileUpload/FileUpload.d.ts.map +1 -1
  430. package/lib/esm/components/shared/fileUpload/FileUploader.d.ts +2 -1
  431. package/lib/esm/components/shared/fileUpload/FileUploader.d.ts.map +1 -1
  432. package/lib/esm/components/shared/fileUpload/SectionFileUploader.d.ts +2 -1
  433. package/lib/esm/components/shared/fileUpload/SectionFileUploader.d.ts.map +1 -1
  434. package/lib/esm/components/shared/fileUpload/UploadButton.d.ts +2 -2
  435. package/lib/esm/components/shared/fileUpload/UploadButton.d.ts.map +1 -1
  436. package/lib/esm/components/shared/fileUpload/WidgetFileUploader.d.ts +1 -1
  437. package/lib/esm/components/shared/fileUpload/WidgetFileUploader.d.ts.map +1 -1
  438. package/lib/esm/components/shared/fileUpload/WidgetFileUploader.js +9 -9
  439. package/lib/esm/components/shared/fileUpload/common/FileUploaderInfoIcon.d.ts +2 -1
  440. package/lib/esm/components/shared/fileUpload/common/FileUploaderInfoIcon.d.ts.map +1 -1
  441. package/lib/esm/components/shared/fileUpload/common/FileUploaderInfoIcon.js +1 -1
  442. package/lib/esm/components/shared/fileUpload/css/fileSelector.css +1 -1
  443. package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.d.ts +2 -1
  444. package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.d.ts.map +1 -1
  445. package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.js +4 -3
  446. package/lib/esm/components/shared/fileUpload/fileSelectors/InputFileSelector.d.ts +2 -1
  447. package/lib/esm/components/shared/fileUpload/fileSelectors/InputFileSelector.d.ts.map +1 -1
  448. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.d.ts +3 -2
  449. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.d.ts.map +1 -1
  450. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.js +15 -6
  451. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelectorImage.d.ts +2 -1
  452. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelectorImage.d.ts.map +1 -1
  453. package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelectorImage.js +3 -3
  454. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.d.ts +23 -23
  455. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.d.ts.map +1 -1
  456. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.js +14 -8
  457. package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducer.d.ts +2 -2
  458. package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducer.d.ts.map +1 -1
  459. package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducerContext.d.ts +1 -1
  460. package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducerContext.d.ts.map +1 -1
  461. package/lib/esm/components/shared/fileUpload/useFileUploader.d.ts.map +1 -1
  462. package/lib/esm/components/shared/fileUpload/useFileUploader.js +2 -1
  463. package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts +2 -2
  464. package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts.map +1 -1
  465. package/lib/esm/components/shared/useIsSectionValid.d.ts +2 -1
  466. package/lib/esm/components/shared/useIsSectionValid.d.ts.map +1 -1
  467. package/lib/esm/components/shared/useIsSectionValid.js +82 -23
  468. package/lib/esm/components/shared/usePostComment.d.ts.map +1 -1
  469. package/lib/esm/components/shared/usePostComment.js +4 -2
  470. package/lib/esm/components/shared/utils.d.ts +4 -1
  471. package/lib/esm/components/shared/utils.d.ts.map +1 -1
  472. package/lib/esm/components/shared/utils.js +17 -5
  473. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.d.ts +2 -1
  474. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.d.ts.map +1 -1
  475. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.js +9 -49
  476. package/lib/esm/components/wizardLayout/MainSection.d.ts +4 -1
  477. package/lib/esm/components/wizardLayout/MainSection.d.ts.map +1 -1
  478. package/lib/esm/components/wizardLayout/MainSection.js +28 -4
  479. package/lib/esm/components/wizardLayout/NewFeatureModal.d.ts +4 -0
  480. package/lib/esm/components/wizardLayout/NewFeatureModal.d.ts.map +1 -0
  481. package/lib/esm/components/wizardLayout/NewFeatureModal.js +38 -0
  482. package/lib/esm/components/wizardLayout/RedHatCustomerPortalIcon.d.ts +3 -0
  483. package/lib/esm/components/wizardLayout/RedHatCustomerPortalIcon.d.ts.map +1 -0
  484. package/lib/esm/components/wizardLayout/RedHatCustomerPortalIcon.js +31 -0
  485. package/lib/esm/components/wizardLayout/WizardAside.d.ts +3 -2
  486. package/lib/esm/components/wizardLayout/WizardAside.d.ts.map +1 -1
  487. package/lib/esm/components/wizardLayout/WizardAside.js +19 -10
  488. package/lib/esm/components/wizardLayout/WizardLayout.d.ts +2 -1
  489. package/lib/esm/components/wizardLayout/WizardLayout.d.ts.map +1 -1
  490. package/lib/esm/components/wizardLayout/WizardLayout.js +50 -47
  491. package/lib/esm/components/wizardLayout/WizardMain.d.ts +3 -2
  492. package/lib/esm/components/wizardLayout/WizardMain.d.ts.map +1 -1
  493. package/lib/esm/components/wizardLayout/WizardMain.js +31 -4
  494. package/lib/esm/components/wizardLayout/WizardNavigation.d.ts +11 -3
  495. package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
  496. package/lib/esm/components/wizardLayout/WizardNavigation.js +137 -20
  497. package/lib/esm/components/wizardLayout/index.d.ts +2 -3
  498. package/lib/esm/components/wizardLayout/index.d.ts.map +1 -1
  499. package/lib/esm/components/wizardLayout/index.js +4 -11
  500. package/lib/esm/constants/caseDetailsConstants.d.ts +9 -3
  501. package/lib/esm/constants/caseDetailsConstants.d.ts.map +1 -1
  502. package/lib/esm/constants/caseDetailsConstants.js +9 -2
  503. package/lib/esm/context/CaseContext.d.ts +1 -1
  504. package/lib/esm/context/CaseContext.d.ts.map +1 -1
  505. package/lib/esm/context/CaseContext.js +1 -1
  506. package/lib/esm/context/CaseDetailsPageContext.d.ts +1 -1
  507. package/lib/esm/context/CaseDetailsPageContext.d.ts.map +1 -1
  508. package/lib/esm/context/CaseDiscussionTabContext.d.ts +1 -1
  509. package/lib/esm/context/CaseDiscussionTabContext.d.ts.map +1 -1
  510. package/lib/esm/context/CaseOverviewContext.d.ts +8 -0
  511. package/lib/esm/context/CaseOverviewContext.d.ts.map +1 -0
  512. package/lib/esm/context/CaseOverviewContext.js +10 -0
  513. package/lib/esm/context/ClusterRecommendationsContext.d.ts +1 -1
  514. package/lib/esm/context/ClusterRecommendationsContext.d.ts.map +1 -1
  515. package/lib/esm/context/RecommendationContext.d.ts +1 -1
  516. package/lib/esm/context/RecommendationContext.d.ts.map +1 -1
  517. package/lib/esm/context/RootTroubleshootProvider.d.ts +2 -1
  518. package/lib/esm/context/RootTroubleshootProvider.d.ts.map +1 -1
  519. package/lib/esm/context/RouteContext.d.ts +1 -1
  520. package/lib/esm/context/RouteContext.d.ts.map +1 -1
  521. package/lib/esm/context/RulesContext.d.ts +1 -1
  522. package/lib/esm/context/RulesContext.d.ts.map +1 -1
  523. package/lib/esm/context/SessionRestoreContext.d.ts +1 -1
  524. package/lib/esm/context/SessionRestoreContext.d.ts.map +1 -1
  525. package/lib/esm/context/TopContentContext.d.ts +1 -1
  526. package/lib/esm/context/TopContentContext.d.ts.map +1 -1
  527. package/lib/esm/css/app.css +43 -14
  528. package/lib/esm/css/case.css +4 -4
  529. package/lib/esm/css/productSelector.css +7 -3
  530. package/lib/esm/css/results.css +6 -0
  531. package/lib/esm/enums/cache.d.ts +2 -2
  532. package/lib/esm/enums/cache.d.ts.map +1 -1
  533. package/lib/esm/hooks/useFetchCVEData.d.ts +5 -0
  534. package/lib/esm/hooks/useFetchCVEData.d.ts.map +1 -0
  535. package/lib/esm/hooks/useFetchCVEData.js +138 -0
  536. package/lib/esm/hooks/useParseRuleMarkdown.d.ts.map +1 -1
  537. package/lib/esm/hooks/useParseRuleMarkdown.js +1 -1
  538. package/lib/esm/hooks/useS3Upload.js +2 -2
  539. package/lib/esm/hooks/useWizard.d.ts +10 -1
  540. package/lib/esm/hooks/useWizard.d.ts.map +1 -1
  541. package/lib/esm/hooks/useWizard.js +27 -15
  542. package/lib/esm/i18n/template-de.d.ts +52 -0
  543. package/lib/esm/i18n/template-de.d.ts.map +1 -1
  544. package/lib/esm/i18n/template-de.js +55 -0
  545. package/lib/esm/i18n/template-es.d.ts +51 -0
  546. package/lib/esm/i18n/template-es.d.ts.map +1 -1
  547. package/lib/esm/i18n/template-es.js +53 -0
  548. package/lib/esm/i18n/template-fr.d.ts +6 -0
  549. package/lib/esm/i18n/template-fr.d.ts.map +1 -1
  550. package/lib/esm/i18n/template-fr.js +6 -0
  551. package/lib/esm/i18n/template-it.d.ts +52 -0
  552. package/lib/esm/i18n/template-it.d.ts.map +1 -1
  553. package/lib/esm/i18n/template-it.js +54 -0
  554. package/lib/esm/i18n/template-jp.d.ts +9 -0
  555. package/lib/esm/i18n/template-jp.d.ts.map +1 -1
  556. package/lib/esm/i18n/template-jp.js +11 -2
  557. package/lib/esm/i18n/template-ko.d.ts +9 -0
  558. package/lib/esm/i18n/template-ko.d.ts.map +1 -1
  559. package/lib/esm/i18n/template-ko.js +10 -1
  560. package/lib/esm/i18n/template-pt.d.ts +50 -0
  561. package/lib/esm/i18n/template-pt.d.ts.map +1 -1
  562. package/lib/esm/i18n/template-pt.js +53 -0
  563. package/lib/esm/i18n/template-zh.d.ts +9 -0
  564. package/lib/esm/i18n/template-zh.d.ts.map +1 -1
  565. package/lib/esm/i18n/template-zh.js +9 -0
  566. package/lib/esm/index.d.ts +0 -1
  567. package/lib/esm/index.d.ts.map +1 -1
  568. package/lib/esm/index.js +0 -1
  569. package/lib/esm/models/caseCreationWorkflows.d.ts +27 -0
  570. package/lib/esm/models/caseCreationWorkflows.d.ts.map +1 -0
  571. package/lib/esm/models/caseCreationWorkflows.js +1 -0
  572. package/lib/esm/reducers/CaseConstNTypes.d.ts +42 -13
  573. package/lib/esm/reducers/CaseConstNTypes.d.ts.map +1 -1
  574. package/lib/esm/reducers/CaseConstNTypes.js +62 -31
  575. package/lib/esm/reducers/CaseDetailsPageReducer.d.ts +2 -2
  576. package/lib/esm/reducers/CaseDetailsPageReducer.d.ts.map +1 -1
  577. package/lib/esm/reducers/CaseDetailsPageReducer.js +1 -1
  578. package/lib/esm/reducers/CaseDiscussionTabReducer.d.ts +5 -4
  579. package/lib/esm/reducers/CaseDiscussionTabReducer.d.ts.map +1 -1
  580. package/lib/esm/reducers/CaseDiscussionTabReducer.js +7 -3
  581. package/lib/esm/reducers/CaseHelpers.d.ts +1 -0
  582. package/lib/esm/reducers/CaseHelpers.d.ts.map +1 -1
  583. package/lib/esm/reducers/CaseHelpers.js +21 -25
  584. package/lib/esm/reducers/CaseOverviewReducer.d.ts +3 -3
  585. package/lib/esm/reducers/CaseOverviewReducer.d.ts.map +1 -1
  586. package/lib/esm/reducers/CaseReducer.d.ts +5 -5
  587. package/lib/esm/reducers/CaseReducer.d.ts.map +1 -1
  588. package/lib/esm/reducers/CaseReducer.js +137 -70
  589. package/lib/esm/reducers/ClusterRecommendationsReducer.d.ts +2 -2
  590. package/lib/esm/reducers/ClusterRecommendationsReducer.d.ts.map +1 -1
  591. package/lib/esm/reducers/RecommendationsReducer.d.ts +6 -4
  592. package/lib/esm/reducers/RecommendationsReducer.d.ts.map +1 -1
  593. package/lib/esm/reducers/RecommendationsReducer.js +12 -9
  594. package/lib/esm/reducers/RouteConstNTypes.d.ts +6 -2
  595. package/lib/esm/reducers/RouteConstNTypes.d.ts.map +1 -1
  596. package/lib/esm/reducers/RouteConstNTypes.js +10 -5
  597. package/lib/esm/reducers/RouteReducer.d.ts +2 -2
  598. package/lib/esm/reducers/RouteReducer.d.ts.map +1 -1
  599. package/lib/esm/reducers/RulesReducer.d.ts +2 -2
  600. package/lib/esm/reducers/RulesReducer.d.ts.map +1 -1
  601. package/lib/esm/reducers/SessionRestoreReducer.d.ts +20 -16
  602. package/lib/esm/reducers/SessionRestoreReducer.d.ts.map +1 -1
  603. package/lib/esm/reducers/SessionRestoreReducer.js +80 -44
  604. package/lib/esm/reducers/TopContentReducer.d.ts +2 -2
  605. package/lib/esm/reducers/TopContentReducer.d.ts.map +1 -1
  606. package/lib/esm/scss/_main.scss +319 -51
  607. package/lib/esm/scss/_pf-overrides.scss +792 -0
  608. package/lib/esm/scss/index.scss +1 -7
  609. package/lib/esm/utils/caseOpenshiftClusterIdUtils.d.ts.map +1 -1
  610. package/lib/esm/utils/caseUtils.d.ts +20 -0
  611. package/lib/esm/utils/caseUtils.d.ts.map +1 -0
  612. package/lib/esm/utils/caseUtils.js +58 -0
  613. package/lib/esm/utils/insightRuleInfoUtils.d.ts +4 -0
  614. package/lib/esm/utils/insightRuleInfoUtils.d.ts.map +1 -0
  615. package/lib/esm/utils/insightRuleInfoUtils.js +23 -0
  616. package/lib/esm/utils/routeUtils.d.ts +1 -1
  617. package/lib/esm/utils/routeUtils.d.ts.map +1 -1
  618. package/lib/esm/utils/routeUtils.js +2 -1
  619. package/package.json +54 -50
  620. package/lib/esm/components/CaseEditView/CaseDetailsWarningMessage.d.ts +0 -8
  621. package/lib/esm/components/CaseEditView/CaseDetailsWarningMessage.d.ts.map +0 -1
  622. package/lib/esm/components/CaseEditView/CaseDetailsWarningMessage.js +0 -10
  623. package/lib/esm/components/CaseEditView/CaseSecureSupportAlert.d.ts +0 -8
  624. package/lib/esm/components/CaseEditView/CaseSecureSupportAlert.d.ts.map +0 -1
  625. package/lib/esm/components/CaseEditView/CaseSecureSupportAlert.js +0 -22
  626. package/lib/esm/components/CaseEditView/Tabs/CaseBugzilla/CaseBugzilla.d.ts +0 -5
  627. package/lib/esm/components/CaseEditView/Tabs/CaseBugzilla/CaseBugzilla.d.ts.map +0 -1
  628. package/lib/esm/components/CaseEditView/Tabs/CaseBugzilla/CaseBugzilla.js +0 -29
  629. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.d.ts +0 -9
  630. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.d.ts.map +0 -1
  631. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberSev1ConfirmAlert.js +0 -71
  632. package/lib/esm/components/CaseInformation/ProductNVersion.d.ts +0 -5
  633. package/lib/esm/components/CaseInformation/ProductNVersion.d.ts.map +0 -1
  634. package/lib/esm/components/CaseInformation/ProductNVersion.js +0 -20
  635. package/lib/esm/components/ConfirmationModals/ConfirmedStateSideSupportModal.d.ts +0 -7
  636. package/lib/esm/components/ConfirmationModals/ConfirmedStateSideSupportModal.d.ts.map +0 -1
  637. package/lib/esm/components/ConfirmationModals/ConfirmedStateSideSupportModal.js +0 -21
  638. package/lib/esm/components/Recommendations/ShowRank.d.ts +0 -12
  639. package/lib/esm/components/Recommendations/ShowRank.d.ts.map +0 -1
  640. package/lib/esm/components/Recommendations/ShowRank.js +0 -27
  641. package/lib/esm/hooks/useUserPreference.d.ts +0 -7
  642. package/lib/esm/hooks/useUserPreference.d.ts.map +0 -1
  643. package/lib/esm/hooks/useUserPreference.js +0 -36
  644. package/lib/esm/scss/_pf4-imports.scss +0 -30
  645. package/lib/esm/scss/_pf4-overrides.scss +0 -488
@@ -1,9 +1,13 @@
1
1
  import { getApiResourceObject } from '@rh-support/utils';
2
- export const SUMMARY_LENGTH_LIMIT = 255;
2
+ export const TITLE_SUMMARY_LENGTH_LIMIT = 255;
3
+ export const ISSUE_SUMMARY_LENGTH_LIMIT = 20000;
4
+ export const SUMMARY_LENGTH_LIMIT = 255; // this the value used when editing title on case details experience
5
+ export const KTQUESTION_MAX_LIMIT = 4000;
6
+ export const IDEA_SECOND_KTQUESTION_MAX_LIMIT = 11000; // 11000 limit for second KT question in Idea workflow
3
7
  export const ATTACHMENT_DESCRIPTION_LENGTH_LIMIT = 255;
4
8
  export const ESCALATION_SUBJECT_LENGTH_LIMIT = 255;
5
9
  export const DESCRIPTION_LENGTH_LIMIT = 32000;
6
- export const MODIFIED_DESCRIPTION_LENGTH_LIMIT = 31000;
10
+ export const MODIFIED_DESCRIPTION_LENGTH_LIMIT = 32000; //used to be 31000 to account for added chars, for new changes putting it back to 32000
7
11
  export const HOSTNAME_LENGTH_LIMIT = 255;
8
12
  export const CONTACT_INFO_24X7_LIMIT = 32768;
9
13
  export const CLUSTER_ID_LIMIT = 255;
@@ -23,54 +27,67 @@ export const WATSONX_SUMMARY_LIMIT = 255; // In the UI, we allow only 255 charac
23
27
  export const WATSONX_DESCRIPTION_LIMIT = 4000;
24
28
  //Case detail limits for each individual KT Question in order as they appear on troubleshoot/opencase
25
29
  //We are totaling 31k here to allow for the backend to accept response when combined with question copy.
26
- export const CASE_DEATILS_ISSUE_LIMIT = 20000; // 1st Q
30
+ export const CASE_DETAILS_ISSUE_LIMIT = 20000; // 1st Q
27
31
  export const CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT = 4000; //2nd Q
28
32
  export const CASE_DEATILS_ENVIRONMENT_LIMIT = 3000; //3rd Q
29
33
  export const CASE_DEATILS_PERIODICITYOFISSUE_LIMIT = 4000; //4th Q
34
+ export const CASE_DEATILS_SOURCE_REFERRER_LIMIT = 255;
30
35
  export const summaryMaxLengthErrorMessage = 'Case summary cannot be more than {{limit}} characters.';
31
36
  // Constants
32
37
  export var KtQuestionConstant;
33
38
  (function (KtQuestionConstant) {
34
- KtQuestionConstant["issue"] = "What are you experiencing? What are you expecting to happen?";
35
- KtQuestionConstant["timeFramesAndUrgency"] = "Define the value or impact to you or the business";
36
- KtQuestionConstant["environment"] = "Where are you experiencing this behavior? What environment?";
37
- KtQuestionConstant["periodicityOfIssue"] = "When does this behavior occur? Frequency? Repeatedly? At certain times?";
39
+ KtQuestionConstant["issue"] = "Describe your problem. Include specific actions and error messages.";
40
+ KtQuestionConstant["timeFramesAndUrgency"] = "Describe the impact to you or the business";
41
+ KtQuestionConstant["environment"] = "In what environment are you experiencing this behavior?";
42
+ KtQuestionConstant["periodicityOfIssue"] = "How frequently does this behavior occur? Does it occur repeatedly or at certain times?";
38
43
  KtQuestionConstant["ideaIssue"] = "Please describe your request";
39
44
  })(KtQuestionConstant || (KtQuestionConstant = {}));
45
+ export const KTQ2LengthError = 'That description exceeds 3000 characters. Try shortening it.'; //environment kt question with only 3k limit
46
+ export const KTQ3LengthError = 'That description exceeds 4000 characters. Try shortening it.';
47
+ export const KTQ4LengthError = 'That description exceeds 4000 characters. Try shortening it.';
48
+ export const KTQ4LengthErrorIfIdea = 'That description exceeds 11000 characters. Try shortening it.';
49
+ //arranging Support Level Display in order of lowest to highest subscription
40
50
  export const SupportLevelDisplay = {
51
+ BASIC: 'Basic',
52
+ AMC: 'AMC',
41
53
  STANDARD: 'Standard',
54
+ PROFESSIONAL: 'Professional',
42
55
  PREMIUM: 'Premium',
43
- AMC: 'AMC',
44
56
  PREMIUMPLUS: 'Premium Plus',
45
- BASIC: 'Basic',
46
- PROFESSIONAL: 'Professional',
47
57
  'PREMIUM PLUS': 'Premium Plus',
48
58
  };
49
59
  export const ITRForSLASeverity = {
50
- ["selfSupport" /* SELF_SUPPORT */]: {
51
- ["1 (Urgent)" /* SEV_1 */]: { initial: '', ongoing: '' },
52
- ["2 (High)" /* SEV_2 */]: { initial: '', ongoing: '' },
53
- ["3 (Normal)" /* SEV_3 */]: { initial: '', ongoing: '' },
54
- ["4 (Low)" /* SEV_4 */]: { initial: '', ongoing: '' },
60
+ ["selfSupport" /* SupportLevelsInternal.SELF_SUPPORT */]: {
61
+ ["1 (Urgent)" /* SeverityLevelsInternal.SEV_1 */]: { initial: '', ongoing: '' },
62
+ ["2 (High)" /* SeverityLevelsInternal.SEV_2 */]: { initial: '', ongoing: '' },
63
+ ["3 (Normal)" /* SeverityLevelsInternal.SEV_3 */]: { initial: '', ongoing: '' },
64
+ ["4 (Low)" /* SeverityLevelsInternal.SEV_4 */]: { initial: '', ongoing: '' },
55
65
  },
56
- ["standard" /* STANDARD */]: {
57
- ["1 (Urgent)" /* SEV_1 */]: { initial: '1 business hour', ongoing: '1 business hour' },
58
- ["2 (High)" /* SEV_2 */]: { initial: '4 business hours', ongoing: '4 business hours' },
59
- ["3 (Normal)" /* SEV_3 */]: { initial: '1 business day', ongoing: '1 business day' },
60
- ["4 (Low)" /* SEV_4 */]: { initial: '2 business days', ongoing: '2 business days' },
66
+ ["standard" /* SupportLevelsInternal.STANDARD */]: {
67
+ ["1 (Urgent)" /* SeverityLevelsInternal.SEV_1 */]: { initial: '1 business hour', ongoing: '1 business hour' },
68
+ ["2 (High)" /* SeverityLevelsInternal.SEV_2 */]: { initial: '4 business hours', ongoing: '4 business hours' },
69
+ ["3 (Normal)" /* SeverityLevelsInternal.SEV_3 */]: { initial: '1 business day', ongoing: '1 business day' },
70
+ ["4 (Low)" /* SeverityLevelsInternal.SEV_4 */]: { initial: '2 business days', ongoing: '2 business days' },
61
71
  },
62
- ["premium" /* PREMIUM */]: {
63
- ["1 (Urgent)" /* SEV_1 */]: { initial: '1 hour', ongoing: '1 hour or as agreed' },
64
- ["2 (High)" /* SEV_2 */]: { initial: '2 hours', ongoing: '4 hours or as agreed' },
65
- ["3 (Normal)" /* SEV_3 */]: { initial: '4 business hours', ongoing: '8 business hours or as agreed' },
66
- ["4 (Low)" /* SEV_4 */]: { initial: '8 business hours', ongoing: '2 business days or as agreed' },
72
+ ["premium" /* SupportLevelsInternal.PREMIUM */]: {
73
+ ["1 (Urgent)" /* SeverityLevelsInternal.SEV_1 */]: { initial: '1 hour', ongoing: '1 hour or as agreed' },
74
+ ["2 (High)" /* SeverityLevelsInternal.SEV_2 */]: { initial: '2 hours', ongoing: '4 hours or as agreed' },
75
+ ["3 (Normal)" /* SeverityLevelsInternal.SEV_3 */]: { initial: '4 business hours', ongoing: '8 business hours or as agreed' },
76
+ ["4 (Low)" /* SeverityLevelsInternal.SEV_4 */]: { initial: '8 business hours', ongoing: '2 business days or as agreed' },
67
77
  },
68
78
  };
69
79
  export const SeverityDescription = {
70
- ["1 (Urgent)" /* SEV_1 */]: 'Severe impact to production environment',
71
- ["2 (High)" /* SEV_2 */]: 'Production has been severely reduced',
72
- ["3 (Normal)" /* SEV_3 */]: 'Partial, non-critical loss of usage',
73
- ["4 (Low)" /* SEV_4 */]: 'General usage questions or requests',
80
+ ["1 (Urgent)" /* SeverityLevelsInternal.SEV_1 */]: 'Severe impact to critical systems',
81
+ ["2 (High)" /* SeverityLevelsInternal.SEV_2 */]: 'Critical systems have been significantly degraded',
82
+ ["3 (Normal)" /* SeverityLevelsInternal.SEV_3 */]: 'Partial, non-critical loss of usage',
83
+ ["4 (Low)" /* SeverityLevelsInternal.SEV_4 */]: 'A non-urgent query regarding a Red Hat Product or service.',
84
+ };
85
+ //updated description details
86
+ export const SeverityDescriptionDetails = {
87
+ ["1 (Urgent)" /* SeverityLevelsInternal.SEV_1 */]: 'An issue with a Red Hat Product or Service that is actively causing serious interruptions to your business critical operations. This is an issue requiring immediate attention as there is a significant risk to your business.',
88
+ ["2 (High)" /* SeverityLevelsInternal.SEV_2 */]: 'An issue with a Red Hat Product or Service that is partially functional (such as degradation of a service but the service is still available) and actively impacting your business operations. This is an issue on a business critical system requiring accelerated attention.',
89
+ ["3 (Normal)" /* SeverityLevelsInternal.SEV_3 */]: 'An issue with a Red Hat Product or Service that is currently functioning as expected but you either (1) recently experienced a degradation that you are monitoring or seeking a root cause for or (2) you are seeing indicators of a potential loss of functionality to a business critical system.',
90
+ ["4 (Low)" /* SeverityLevelsInternal.SEV_4 */]: 'Typically, a query that does not involve any interruption to your business critical operations. ',
74
91
  };
75
92
  export const LargeDescriptionErrorMessage = 'Cumulative case description cannot be more than {{limit}} characters';
76
93
  export var CaseReducerConstants;
@@ -108,12 +125,16 @@ export var CaseReducerConstants;
108
125
  CaseReducerConstants["getVersionDetails"] = "getVersionDetails";
109
126
  CaseReducerConstants["caseCreation500ErrorStatus"] = "caseCreation500ErrorStatus";
110
127
  CaseReducerConstants["resetCaseNoOfCreatedCase"] = "resetCaseNoOfCreatedCase";
111
- CaseReducerConstants["setFetchingRecommendationsFromWatsonXFlag"] = "setFetchingRecommendationsFromWatsonXFlag";
128
+ CaseReducerConstants["setIsPostingRemoteRequestCommentCompleted"] = "setIsPostingRemoteRequestCommentCompleted";
129
+ CaseReducerConstants["setIsPostingRemoteRequestCommentCompletedError"] = "setIsPostingRemoteRequestCommentCompletedError";
130
+ CaseReducerConstants["updateComments"] = "updateComments";
131
+ CaseReducerConstants["setABTestVariation"] = "setABTestVariation";
112
132
  })(CaseReducerConstants || (CaseReducerConstants = {}));
113
133
  export const initialCaseState = {
114
134
  isCreatingCase: false,
115
135
  caseCreationError: false,
116
136
  caseCreationErrorMessage: '',
137
+ caseCreationErrorCode: '',
117
138
  notifiedUsers: [],
118
139
  contactIsPartner: false,
119
140
  hotfixRequested: false,
@@ -158,6 +179,7 @@ export const initialCaseState = {
158
179
  phoneAreaCodePrefixLineNumber: '',
159
180
  suppliedPhoneNumberVerified: undefined,
160
181
  screenSessionRequested: false,
182
+ isPrivate: false,
161
183
  },
162
184
  customerEscalation: false,
163
185
  isClosed: false,
@@ -199,7 +221,16 @@ export const initialCaseState = {
199
221
  isCaseOwnerUpdating: false,
200
222
  isFileRecommendationsTriggered: false,
201
223
  caseNoOfCreatedCase: '',
202
- isFetchingRecommendationsFromWatsonX: false,
224
+ isPostingRemoteRequestCommentCompleted: false,
225
+ isPostingRemoteRequestCommentCompletedErrorMessage: '',
226
+ isExistingPhoneNumber: false,
227
+ hasLoggedInUserConfirmedPhoneNumber: 'False',
228
+ shouldNotSetPhoneCountryCode: false,
229
+ ftsContactSameAsOwner: false,
230
+ isCasePhoneUpdating: false,
231
+ cveWorkflowRecommendation: [],
232
+ isCveModalOpened: true,
233
+ ABTestVariation: 'B',
203
234
  };
204
235
  export const ORG_ADMIN_SEND_NOTIFCATION_KBASE_LINK = 'https://access.redhat.com/articles/5967811';
205
236
  export const NON_ORG_ADMIN_SEND_NOTIFCATION_KBASE_LINK = 'https://access.redhat.com/articles/5967831';
@@ -3,8 +3,8 @@ import { ICommentFeedback } from '@cee-eng/hydrajs/@types/api/public/commentFeed
3
3
  import { IAttachment } from '@cee-eng/hydrajs/@types/models/attachment';
4
4
  import { ICaseEscalation } from '@cee-eng/hydrajs/@types/models/escalation';
5
5
  import { IAction, IApiResponseDetails } from '@rh-support/types/shared';
6
- declare type IActionType = IAction<CaseDetailsConstants, ICaseViewState>;
7
- export declare type CaseDetailsReducerDispatchType = (value: IActionType) => void;
6
+ type IActionType = IAction<CaseDetailsConstants, ICaseViewState>;
7
+ export type CaseDetailsReducerDispatchType = (value: IActionType) => void;
8
8
  export declare enum CaseDetailsConstants {
9
9
  updateState = "updateState"
10
10
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CaseDetailsPageReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseDetailsPageReducer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAC5E,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAIxE,aAAK,WAAW,GAAG,OAAO,CAAC,oBAAoB,EAAE,cAAc,CAAC,CAAC;AACjE,oBAAY,8BAA8B,GAAG,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;AAE1E,oBAAY,oBAAoB;IAC5B,WAAW,gBAAgB;CAC9B;AAED,MAAM,WAAW,cAAc;IAC3B,kBAAkB,EAAE,mBAAmB,CAAC,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IACrE,mBAAmB,EAAE,mBAAmB,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IACjE,0BAA0B,EAAE,mBAAmB,CAAC,OAAO,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;IACnF,eAAe,EAAE,mBAAmB,CAAC,eAAe,EAAE,CAAC,CAAC;CAC3D;AAED,eAAO,MAAM,2BAA2B,EAAE,cAKzC,CAAC;AAEF,eAAO,MAAM,sBAAsB,UAAW,cAAc,0BAAwB,GASnF,CAAC;AAEF,eAAO,MAAM,gBAAgB,aACf,8BAA8B,cAC5B,MAAM,mBACD,OAAO,kBAmB3B,CAAC;AAEF,eAAO,MAAM,cAAc,aAAoB,8BAA8B,cAAc,MAAM,kBAoBhG,CAAC;AAEF,eAAO,MAAM,qBAAqB,aAAoB,8BAA8B,cAAc,MAAM,kBAkBvG,CAAC;AAEF,eAAO,MAAM,oBAAoB,aACnB,8BAA8B,cAC5B,MAAM,iBACH,MAAM,wCAyBxB,CAAC"}
1
+ {"version":3,"file":"CaseDetailsPageReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseDetailsPageReducer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtF,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAC5E,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAIxE,KAAK,WAAW,GAAG,OAAO,CAAC,oBAAoB,EAAE,cAAc,CAAC,CAAC;AACjE,MAAM,MAAM,8BAA8B,GAAG,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;AAE1E,oBAAY,oBAAoB;IAC5B,WAAW,gBAAgB;CAC9B;AAED,MAAM,WAAW,cAAc;IAC3B,kBAAkB,EAAE,mBAAmB,CAAC,OAAO,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IACrE,mBAAmB,EAAE,mBAAmB,CAAC,OAAO,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IACjE,0BAA0B,EAAE,mBAAmB,CAAC,OAAO,CAAC,sBAAsB,EAAE,CAAC,CAAC,CAAC;IACnF,eAAe,EAAE,mBAAmB,CAAC,eAAe,EAAE,CAAC,CAAC;CAC3D;AAED,eAAO,MAAM,2BAA2B,EAAE,cAKzC,CAAC;AAEF,eAAO,MAAM,sBAAsB,UAAW,cAAc,UAAU,WAAW,KAAG,GASnF,CAAC;AAEF,eAAO,MAAM,gBAAgB,aACf,8BAA8B,cAC5B,MAAM,mBACD,OAAO,kBAmB3B,CAAC;AAEF,eAAO,MAAM,cAAc,aAAoB,8BAA8B,cAAc,MAAM,kBAoBhG,CAAC;AAEF,eAAO,MAAM,qBAAqB,aAAoB,8BAA8B,cAAc,MAAM,kBAkBvG,CAAC;AAEF,eAAO,MAAM,oBAAoB,aACnB,8BAA8B,cAC5B,MAAM,iBACH,MAAM,wCAyBxB,CAAC"}
@@ -88,7 +88,7 @@ export const fetchExternalTrackers = (dispatch, caseNumber) => __awaiter(void 0,
88
88
  });
89
89
  }
90
90
  });
91
- export const fetchCaseEscalations = (dispatch, caseNumber, accountNumber, setLoading = true) => __awaiter(void 0, void 0, void 0, function* () {
91
+ export const fetchCaseEscalations = (dispatch_1, caseNumber_1, accountNumber_1, ...args_1) => __awaiter(void 0, [dispatch_1, caseNumber_1, accountNumber_1, ...args_1], void 0, function* (dispatch, caseNumber, accountNumber, setLoading = true) {
92
92
  try {
93
93
  setLoading &&
94
94
  dispatch({
@@ -2,8 +2,9 @@ import { ICaseChat, ICaseComment, IExternalTrackerUpdate } from '@cee-eng/hydraj
2
2
  import { ICommentFeedback } from '@cee-eng/hydrajs/@types/api/public/commentFeedback';
3
3
  import { IAttachment } from '@cee-eng/hydrajs/@types/models/attachment';
4
4
  import { IAction } from '@rh-support/types/shared';
5
- declare type IActionType = IAction<DiscussionsConstants, IDiscussionState>;
6
- export declare type DiscussionsReducerDispatchType = (value: IActionType) => void;
5
+ import { CaseReducerDispatchType } from './CaseConstNTypes';
6
+ type IActionType = IAction<DiscussionsConstants, IDiscussionState>;
7
+ export type DiscussionsReducerDispatchType = (value: IActionType) => void;
7
8
  export interface IDiscussion {
8
9
  item: Partial<ICaseComment | IAttachment | ICaseChat | IExternalTrackerUpdate>;
9
10
  last_modified_date: string;
@@ -43,12 +44,12 @@ export declare enum DiscussionsConstants {
43
44
  }
44
45
  export declare const discussionReducer: (state: IDiscussionState, action: IActionType) => IDiscussionState;
45
46
  export declare const setSort: (dispatch: DiscussionsReducerDispatchType, sort: ISort, allDiscussions: IDiscussion[]) => void;
46
- export declare const setFilter: (dispatch: DiscussionsReducerDispatchType, selected: string, discussionFiltersListState: IFilter[]) => void;
47
+ export declare const setFilter: (dispatch: DiscussionsReducerDispatchType, selected: string[], discussionFiltersListState: IFilter[]) => void;
47
48
  export declare const setDiscussions: (dispatch: DiscussionsReducerDispatchType, comments: ICaseComment[], chats: ICaseChat[], attachments: IAttachment[], feedbacks: ICommentFeedback[], trackerUpdates: Partial<IExternalTrackerUpdate[]>, discussionFiltersListState: IFilter[], canSeeExternalTracker: boolean, canSeeChat: boolean, canSeeAttachments: boolean) => void;
48
49
  export declare const updateAttacmentsAfterRemoval: (dispatch: DiscussionsReducerDispatchType, uuid_removed: string, allDiscussions: IDiscussion[], discussionFiltersListState: IFilter[]) => void;
49
50
  export declare const updateCommentStateFeedback: (dispatch: DiscussionsReducerDispatchType, comment_id: string, newFeedback: any, allDiscussions: IDiscussion[]) => Promise<void>;
50
51
  export declare const updateAttachment: (dispatch: DiscussionsReducerDispatchType, uuid: string, newAttachment: any, allDiscussions: IDiscussion[]) => void;
51
- export declare const updateDiscussionStateComments: (dispatch: DiscussionsReducerDispatchType, caseNumber: string, allDiscussions: IDiscussion[], sort: ISort, feedbacks: ICommentFeedback[], discussionFiltersListState: IFilter[]) => Promise<void>;
52
+ export declare const updateDiscussionStateComments: (dispatch: DiscussionsReducerDispatchType, caseDispatch: CaseReducerDispatchType, caseNumber: string, allDiscussions: IDiscussion[], sort: ISort, feedbacks: ICommentFeedback[], discussionFiltersListState: IFilter[]) => Promise<void>;
52
53
  export declare const updateDiscussionStateAttachments: (dispatch: DiscussionsReducerDispatchType, caseNumber: string, allDiscussions: IDiscussion[], sort: ISort, isSecureSupport: boolean, discussionFiltersListState: IFilter[]) => Promise<void>;
53
54
  export declare const setCommentText: (dispatch: DiscussionsReducerDispatchType, replyCommentText: string, replyCommentCreator: string) => void;
54
55
  export declare const clearReplyComment: (dispatch: DiscussionsReducerDispatchType) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"CaseDiscussionTabReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseDiscussionTabReducer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CaseDiscussionTabReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseDiscussionTabReducer.ts"],"names":[],"mappings":"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"}
@@ -10,7 +10,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
10
10
  import { kase, publicApi } from '@cee-eng/hydrajs';
11
11
  import filter from 'lodash/filter';
12
12
  import findIndex from 'lodash/findIndex';
13
+ import isEqual from 'lodash/isEqual';
13
14
  import orderBy from 'lodash/orderBy';
15
+ import { CaseReducerConstants } from './CaseConstNTypes';
14
16
  export var DiscussionType;
15
17
  (function (DiscussionType) {
16
18
  DiscussionType["COMMENT"] = "comment";
@@ -95,8 +97,9 @@ export const setSort = (dispatch, sort, allDiscussions) => {
95
97
  });
96
98
  };
97
99
  export const setFilter = (dispatch, selected, discussionFiltersListState) => {
98
- const prevSelectedListLengthh = discussionFiltersListState.filter((filter) => filter.isSelected).length;
99
- if (selected.length > prevSelectedListLengthh && selected[selected.length - 1] === DiscussionType.ALL) {
100
+ const prevSelectedListLength = discussionFiltersListState.filter((filter) => filter.isSelected).length;
101
+ if (selected.length > prevSelectedListLength &&
102
+ (isEqual(selected.length, 4) || selected[selected.length - 1] === DiscussionType.ALL)) {
100
103
  // selected item is ALL
101
104
  discussionFiltersListState.forEach((filter) => (filter.isSelected = true));
102
105
  dispatch({ type: DiscussionsConstants.updateDiscussionState, payload: { discussionFiltersListState } });
@@ -206,7 +209,7 @@ export const updateAttachment = (dispatch, uuid, newAttachment, allDiscussions)
206
209
  });
207
210
  dispatch({ type: DiscussionsConstants.updateDiscussionState, payload: { allDiscussions: updatedDiscussions } });
208
211
  };
209
- export const updateDiscussionStateComments = (dispatch, caseNumber, allDiscussions, sort, feedbacks, discussionFiltersListState) => __awaiter(void 0, void 0, void 0, function* () {
212
+ export const updateDiscussionStateComments = (dispatch, caseDispatch, caseNumber, allDiscussions, sort, feedbacks, discussionFiltersListState) => __awaiter(void 0, void 0, void 0, function* () {
210
213
  try {
211
214
  const comments = yield publicApi.kase.getComments(caseNumber);
212
215
  const allComments = (comments || [])
@@ -226,6 +229,7 @@ export const updateDiscussionStateComments = (dispatch, caseNumber, allDiscussio
226
229
  });
227
230
  dispatch({ type: DiscussionsConstants.updateDiscussionState, payload: { discussionFiltersListState } });
228
231
  dispatch({ type: DiscussionsConstants.updateDiscussionState, payload: { allDiscussions: updatedDiscussions } });
232
+ caseDispatch({ type: CaseReducerConstants.updateComments, payload: { caseDetails: { comments } } });
229
233
  }
230
234
  catch (e) {
231
235
  console.log(e);
@@ -11,6 +11,7 @@ export declare const getRecommendationObject: (doc: ISolrRecommendation, index:
11
11
  export declare const getUpdatedDescription: (issue: string, environment?: string, periodicityOfIssue?: string, timeFramesAndUrgency?: string, v3ClusterName?: string, product?: string, version?: string) => string;
12
12
  export declare const getDescriptionWOQues: (issue: string, environment?: string, periodicityOfIssue?: string, timeFramesAndUrgency?: string) => string;
13
13
  export declare const getIrtForSLAAndSeverity: (slaProcessId: string, severity: string) => string;
14
+ export declare const getNewSeverityStringDef: (severity: string) => string;
14
15
  export declare const getOrtForSLAAndSeverity: (slaProcessId: string, severity: string) => string;
15
16
  export declare const getSeverityDescription: (severity: string) => string;
16
17
  export declare const isClusterIDValid: (caseState: any, allProducts: any) => boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"CaseHelpers.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qDAAqD,CAAC;AACpG,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvG,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAmB3D,OAAO,EAUH,UAAU,EAeb,MAAM,mBAAmB,CAAC;AAE3B,eAAO,MAAM,sBAAsB,SAAU,mBAAmB,EAAE,wBAMjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,WAAW,KAAG,MAOrE,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAAS,mBAAmB,SAAS,MAAM,sBAyB9E,CAAC;AAIF,eAAO,MAAM,qBAAqB,UACvB,MAAM,gBACC,MAAM,uBACC,MAAM,yBACJ,MAAM,kBACb,MAAM,YACZ,MAAM,YACN,MAAM,KACjB,MAyBF,CAAC;AAIF,eAAO,MAAM,oBAAoB,UACtB,MAAM,gBACC,MAAM,uBACC,MAAM,yBACJ,MAAM,KAC9B,MAQF,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBAAkB,MAAM,YAAY,MAAM,KAAG,MAQhF,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBAAkB,MAAM,YAAY,MAAM,KAAG,MAQhF,CAAC;AAEF,eAAO,MAAM,sBAAsB,aAAc,MAAM,KAAG,MAKzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,+CAqC5B,CAAC;AAIF,eAAO,MAAM,gBAAgB,cAAe,UAAU,wBAAwB,QAAQ,eAAe,CAAC,KAAG,OA6BxG,CAAC;AAEF,eAAO,MAAM,oBAAoB,cAClB,UAAU,wBACC,QAAQ,eAAe,CAAC,KAC/C,OAyBF,CAAC;AAEF,eAAO,MAAM,0BAA0B,cACxB,UAAU,wBACC,QAAQ,eAAe,CAAC,KAC/C,OAmBF,CAAC;AAIF,eAAO,MAAM,6BAA6B,cAC3B,UAAU,wBACC,QAAQ,eAAe,CAAC,KAC/C,OAuBF,CAAC;AAEF,eAAO,MAAM,iBAAiB,cACf,UAAU,gBACP,YAAY,iBACZ,OAAO,KACtB,QAAQ,YAAY,CA6EtB,CAAC;AAEF,eAAO,MAAM,wBAAwB,qBAAsB,YAAY,EAAE,KAAG,YAAY,EAEvF,CAAC;AACF,eAAO,MAAM,yBAAyB,qBAAsB,YAAY,EAAE,KAAG,OAE5E,CAAC;AAEF,eAAO,MAAM,yBAAyB,gBACrB,YAAY,6BACE,MAAM,mBAChB,MAAM,KACxB,QAAQ,YAAY,CAiCtB,CAAC;AACF,eAAO,MAAM,yBAAyB,gBACrB,QAAQ,YAAY,CAAC,gCACJ,QAAQ,EAAE,KACzC,eAiDF,CAAC"}
1
+ {"version":3,"file":"CaseHelpers.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qDAAqD,CAAC;AACpG,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,yCAAyC,CAAC;AACvG,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAC/E,OAAO,EAAE,QAAQ,EAAE,MAAM,wCAAwC,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAmB3D,OAAO,EAOH,UAAU,EAkBb,MAAM,mBAAmB,CAAC;AAE3B,eAAO,MAAM,sBAAsB,SAAU,mBAAmB,EAAE,wBAMjE,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,WAAW,KAAG,MAOrE,CAAC;AAEF,eAAO,MAAM,uBAAuB,QAAS,mBAAmB,SAAS,MAAM,sBAyB9E,CAAC;AAIF,eAAO,MAAM,qBAAqB,UACvB,MAAM,gBACC,MAAM,uBACC,MAAM,yBACJ,MAAM,kBACb,MAAM,YACZ,MAAM,YACN,MAAM,KACjB,MAyBF,CAAC;AAIF,eAAO,MAAM,oBAAoB,UACtB,MAAM,gBACC,MAAM,uBACC,MAAM,yBACJ,MAAM,KAC9B,MAQF,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBAAkB,MAAM,YAAY,MAAM,KAAG,MAQhF,CAAC;AAEF,eAAO,MAAM,uBAAuB,aAAc,MAAM,KAAG,MAM1D,CAAC;AAEF,eAAO,MAAM,uBAAuB,iBAAkB,MAAM,YAAY,MAAM,KAAG,MAQhF,CAAC;AAEF,eAAO,MAAM,sBAAsB,aAAc,MAAM,KAAG,MAKzD,CAAC;AAEF,eAAO,MAAM,gBAAgB,+CAqC5B,CAAC;AAIF,eAAO,MAAM,gBAAgB,cAAe,UAAU,wBAAwB,OAAO,CAAC,eAAe,CAAC,KAAG,OA6BxG,CAAC;AAEF,eAAO,MAAM,oBAAoB,cAClB,UAAU,wBACC,OAAO,CAAC,eAAe,CAAC,KAC/C,OA0BF,CAAC;AAEF,eAAO,MAAM,0BAA0B,cACxB,UAAU,wBACC,OAAO,CAAC,eAAe,CAAC,KAC/C,OAYF,CAAC;AAIF,eAAO,MAAM,6BAA6B,cAC3B,UAAU,wBACC,OAAO,CAAC,eAAe,CAAC,KAC/C,OAkBF,CAAC;AAEF,eAAO,MAAM,iBAAiB,cACf,UAAU,gBACP,YAAY,iBACZ,OAAO,KACtB,OAAO,CAAC,YAAY,CA6EtB,CAAC;AAEF,eAAO,MAAM,wBAAwB,qBAAsB,YAAY,EAAE,KAAG,YAAY,EAEvF,CAAC;AACF,eAAO,MAAM,yBAAyB,qBAAsB,YAAY,EAAE,KAAG,OAE5E,CAAC;AAEF,eAAO,MAAM,yBAAyB,gBACrB,YAAY,6BACE,MAAM,mBAChB,MAAM,KACxB,OAAO,CAAC,YAAY,CAiCtB,CAAC;AACF,eAAO,MAAM,yBAAyB,gBACrB,OAAO,CAAC,YAAY,CAAC,gCACJ,QAAQ,EAAE,KACzC,eAiDF,CAAC"}
@@ -8,7 +8,7 @@ import unionBy from 'lodash/unionBy';
8
8
  import uniqBy from 'lodash/uniqBy';
9
9
  import { isPhoneValid, trimAndReplacePlus } from '../components/shared/utils';
10
10
  import { getIsClusterIdInvalid, isClusterIdEnabledForProduct } from '../utils/caseOpenshiftClusterIdUtils';
11
- import { CASE_DEATILS_ENVIRONMENT_LIMIT, CASE_DEATILS_ISSUE_LIMIT, CASE_DEATILS_PERIODICITYOFISSUE_LIMIT, CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT, CASE_REFERENCE_NUMBER_LIMIT, CLUSTER_ID_LIMIT, CONTACT_INFO_24X7_LIMIT, DESCRIPTION_LENGTH_LIMIT, HOSTNAME_LENGTH_LIMIT, ITRForSLASeverity, KtQuestionConstant, SESSION_ENVIRONMENT_LIMIT, SESSION_ISSUE_LIMIT, SESSION_NO_CLUSTER_REASON_EXPLANATION_LENGTH_LIMIT, SESSION_NO_CLUSTER_REASON_LENGTH_LIMIT, SESSION_NOTIFIED_USERS_EXTERNAL_LIMIT, SESSION_NOTIFIED_USERS_INTERNAL_LIMIT, SESSION_PERIODICITY_OF_ISSUE_LIMIT, SESSION_PHONE_LENGTH_LIMIT, SESSION_TIME_FRAMES_URGENCY_LIMIT, SeverityDescription, SUMMARY_LENGTH_LIMIT, } from './CaseConstNTypes';
11
+ import { CASE_DETAILS_ISSUE_LIMIT, CASE_REFERENCE_NUMBER_LIMIT, CLUSTER_ID_LIMIT, CONTACT_INFO_24X7_LIMIT, DESCRIPTION_LENGTH_LIMIT, HOSTNAME_LENGTH_LIMIT, IDEA_SECOND_KTQUESTION_MAX_LIMIT, ITRForSLASeverity, KTQUESTION_MAX_LIMIT, KtQuestionConstant, SESSION_ENVIRONMENT_LIMIT, SESSION_ISSUE_LIMIT, SESSION_NO_CLUSTER_REASON_EXPLANATION_LENGTH_LIMIT, SESSION_NO_CLUSTER_REASON_LENGTH_LIMIT, SESSION_NOTIFIED_USERS_EXTERNAL_LIMIT, SESSION_NOTIFIED_USERS_INTERNAL_LIMIT, SESSION_PERIODICITY_OF_ISSUE_LIMIT, SESSION_PHONE_LENGTH_LIMIT, SESSION_TIME_FRAMES_URGENCY_LIMIT, SeverityDescription, SeverityDescriptionDetails, TITLE_SUMMARY_LENGTH_LIMIT, } from './CaseConstNTypes';
12
12
  export const getCaseRecommendations = (docs, oldDocs) => {
13
13
  const recs = [];
14
14
  docs.forEach((doc, i) => {
@@ -38,7 +38,7 @@ export const getRecommendationObject = (doc, index) => {
38
38
  bucket,
39
39
  };
40
40
  if (doc.documentKind === 'Solution') {
41
- rec.solutionAbstract = doc.publishedAbstract || doc.abstract;
41
+ rec.solutionAbstract = doc.snippet || doc.publishedAbstract || doc.abstract;
42
42
  rec.solutionTitle = doc.publishedTitle || doc.allTitle;
43
43
  rec.solutionKcsState = doc.kcsState;
44
44
  rec.solutionUrl = doc.view_uri;
@@ -82,17 +82,23 @@ export const getIrtForSLAAndSeverity = (slaProcessId, severity) => {
82
82
  return '';
83
83
  }
84
84
  const supportLevel = isPremiumEntitlement(slaProcessId)
85
- ? "premium" /* PREMIUM */
86
- : "standard" /* STANDARD */;
85
+ ? "premium" /* SupportLevelsInternal.PREMIUM */
86
+ : "standard" /* SupportLevelsInternal.STANDARD */;
87
87
  return ITRForSLASeverity[supportLevel][severity].initial;
88
88
  };
89
+ export const getNewSeverityStringDef = (severity) => {
90
+ if (isEmpty(severity)) {
91
+ return '';
92
+ }
93
+ return SeverityDescriptionDetails[severity];
94
+ };
89
95
  export const getOrtForSLAAndSeverity = (slaProcessId, severity) => {
90
96
  if (isEmpty(slaProcessId) || isEmpty(severity)) {
91
97
  return '';
92
98
  }
93
99
  const supportLevel = isPremiumEntitlement(slaProcessId)
94
- ? "premium" /* PREMIUM */
95
- : "standard" /* STANDARD */;
100
+ ? "premium" /* SupportLevelsInternal.PREMIUM */
101
+ : "standard" /* SupportLevelsInternal.STANDARD */;
96
102
  return ITRForSLASeverity[supportLevel][severity].ongoing;
97
103
  };
98
104
  export const getSeverityDescription = (severity) => {
@@ -138,7 +144,7 @@ export const isCaseStateValid = (caseState, loggedInUserJwtToken) => {
138
144
  !isEmpty(case_details.product) &&
139
145
  !isEmpty(case_details.version) &&
140
146
  !isEmpty(case_details.summary) &&
141
- case_details.summary.length <= SUMMARY_LENGTH_LIMIT &&
147
+ case_details.summary.length <= TITLE_SUMMARY_LENGTH_LIMIT &&
142
148
  !isEmpty(case_details.description) &&
143
149
  case_details.description.length <= DESCRIPTION_LENGTH_LIMIT &&
144
150
  !isEmpty(case_details.timeFramesAndUrgency) &&
@@ -165,8 +171,9 @@ export const isIdeaCaseStateValid = (caseState, loggedInUserJwtToken) => {
165
171
  !isEmpty(case_details.product) &&
166
172
  !isEmpty(case_details.version) &&
167
173
  !isEmpty(case_details.summary) &&
168
- case_details.summary.length <= SUMMARY_LENGTH_LIMIT &&
174
+ case_details.summary.length <= TITLE_SUMMARY_LENGTH_LIMIT &&
169
175
  !isEmpty(case_details.description) &&
176
+ case_details.timeFramesAndUrgency.length <= IDEA_SECOND_KTQUESTION_MAX_LIMIT &&
170
177
  case_details.description.length <= DESCRIPTION_LENGTH_LIMIT &&
171
178
  !isEmpty(case_details.timeFramesAndUrgency) &&
172
179
  (!isEmpty(case_details.alternateId) ? case_details.alternateId.length <= CASE_REFERENCE_NUMBER_LIMIT : true) &&
@@ -183,13 +190,6 @@ export const isIdeaCaseStateValid = (caseState, loggedInUserJwtToken) => {
183
190
  export const isCaseManagementStateValid = (caseState, loggedInUserJwtToken) => {
184
191
  const case_details = caseState.caseDetails;
185
192
  return (isEmpty(case_details.caseNumber) &&
186
- !caseState.hasLargeCaseDescription &&
187
- !isEmpty(case_details.product) &&
188
- !isEmpty(case_details.version) &&
189
- !isEmpty(case_details.summary) &&
190
- case_details.summary.length <= SUMMARY_LENGTH_LIMIT &&
191
- !isEmpty(case_details.description) &&
192
- case_details.description.length <= DESCRIPTION_LENGTH_LIMIT &&
193
193
  !isEmpty(case_details.severity) &&
194
194
  (caseState.selectedAccountDetails.data.requireCGroupOnCreate
195
195
  ? !isEmpty(case_details.groupNumber) && case_details.groupNumber !== '-1'
@@ -203,20 +203,15 @@ export const isCaseInformationSectionValid = (caseState, loggedInUserJwtToken) =
203
203
  //checks to ensure the ktquestion section is valid
204
204
  return (isEmpty(case_details.caseNumber) &&
205
205
  !caseState.hasLargeCaseDescription &&
206
- !isEmpty(case_details.product) &&
207
- !isEmpty(case_details.version) &&
208
- !isEmpty(case_details.summary) &&
209
- case_details.summary.length <= SUMMARY_LENGTH_LIMIT &&
210
206
  !isEmpty(case_details.description) &&
211
207
  case_details.description.length <= DESCRIPTION_LENGTH_LIMIT &&
212
208
  !isEmpty(case_details.timeFramesAndUrgency) &&
213
- case_details.timeFramesAndUrgency.length <= CASE_DETAILS_TIMEFRAMESANDURGENCY_LIMIT &&
209
+ case_details.timeFramesAndUrgency.length <= KTQUESTION_MAX_LIMIT &&
214
210
  !isEmpty(case_details.issue) &&
215
- case_details.issue.length <= CASE_DEATILS_ISSUE_LIMIT &&
216
- case_details.environment.length <= CASE_DEATILS_ENVIRONMENT_LIMIT &&
217
- case_details.periodicityOfIssue.length <= CASE_DEATILS_PERIODICITYOFISSUE_LIMIT &&
211
+ case_details.issue.length <= CASE_DETAILS_ISSUE_LIMIT &&
212
+ case_details.environment.length <= KTQUESTION_MAX_LIMIT &&
213
+ case_details.periodicityOfIssue.length <= KTQUESTION_MAX_LIMIT &&
218
214
  !isEmpty(case_details.accountNumberRef) &&
219
- !isEmpty(case_details.contactSSOName) &&
220
215
  canManageCase(loggedInUserJwtToken));
221
216
  };
222
217
  export const createCasePayload = (caseState, sessionItem, isCaseCreate = false) => {
@@ -236,6 +231,7 @@ export const createCasePayload = (caseState, sessionItem, isCaseCreate = false)
236
231
  !isEmpty(case_details.caseLanguage) && (casePayload.caseLanguage = case_details.caseLanguage);
237
232
  case_details.cep && (casePayload.cep = !!case_details.cep);
238
233
  !isEmpty(case_details.hostname) && (casePayload.hostname = case_details.hostname);
234
+ !isEmpty(case_details.referrer) && (casePayload.referrer = case_details.referrer);
239
235
  !isEmpty(case_details.caseResourceLinks) && (casePayload.caseResourceLinks = case_details.caseResourceLinks);
240
236
  !isEmpty(trimAndReplacePlus((case_details === null || case_details === void 0 ? void 0 : case_details.phoneCountryCode) || '')) &&
241
237
  (casePayload.phoneCountryCode = (_b = case_details.phoneCountryCode) === null || _b === void 0 ? void 0 : _b.trim());
@@ -343,7 +339,7 @@ export const getSessionDetailsFromCase = (caseDetails, selectedNotificationConta
343
339
  return {
344
340
  product: caseDetails.product,
345
341
  version: caseDetails.version,
346
- summary: (_a = caseDetails.summary) === null || _a === void 0 ? void 0 : _a.substring(0, SUMMARY_LENGTH_LIMIT),
342
+ summary: (_a = caseDetails.summary) === null || _a === void 0 ? void 0 : _a.substring(0, TITLE_SUMMARY_LENGTH_LIMIT),
347
343
  description: (_b = caseDetails.description) === null || _b === void 0 ? void 0 : _b.substring(0, DESCRIPTION_LENGTH_LIMIT),
348
344
  issue: (_c = caseDetails.issue) === null || _c === void 0 ? void 0 : _c.substring(0, SESSION_ISSUE_LIMIT),
349
345
  environment: (_d = caseDetails.environment) === null || _d === void 0 ? void 0 : _d.substring(0, SESSION_ENVIRONMENT_LIMIT),
@@ -1,14 +1,14 @@
1
1
  import { ICase } from '@cee-eng/hydrajs/@types/models/case';
2
2
  import { IAction, IApiResponseDetails } from '@rh-support/types/shared';
3
- declare type IActionType = IAction<CaseDetailsConstants, ICaseViewState>;
4
- export declare type CaseDetailsReducerDispatchType = (value: IActionType) => void;
3
+ type IActionType = IAction<CaseDetailsConstants, ICaseViewState>;
4
+ export type CaseDetailsReducerDispatchType = (value: IActionType) => void;
5
5
  export declare enum CaseDetailsConstants {
6
6
  setSelectedValue = "setSelectedValue",
7
7
  setUpdating = "setUpdating",
8
8
  getCaseStatuses = "getCaseStatuses",
9
9
  getCaseDetailsHydra = "getCaseDetailsHydra"
10
10
  }
11
- interface ICaseViewState {
11
+ export interface ICaseViewState {
12
12
  caseTypeUpdating?: boolean;
13
13
  caseStatusUpdating?: boolean;
14
14
  caseSeverityUpdating?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"CaseOverviewReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseOverviewReducer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAGxE,aAAK,WAAW,GAAG,OAAO,CAAC,oBAAoB,EAAE,cAAc,CAAC,CAAC;AACjE,oBAAY,8BAA8B,GAAG,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;AAE1E,oBAAY,oBAAoB;IAC5B,gBAAgB,qBAAqB;IACrC,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,mBAAmB,wBAAwB;CAC9C;AAED,UAAU,cAAc;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,mBAAmB,CAAC,MAAM,EAAE,CAAC,CAAC;IAChD,gBAAgB,CAAC,EAAE,mBAAmB,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC;CAC1D;AAED,eAAO,MAAM,oBAAoB,EAAE,cAYlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,cAAc,0BAAwB,cAkBhF,CAAC;AAEF,eAAO,MAAM,eAAe,aAAc,8BAA8B,gBAAgB,MAAM,SAE7F,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAAc,8BAA8B,oBAAoB,MAAM,SAErG,CAAC;AAEF,eAAO,MAAM,iBAAiB,aAAc,8BAA8B,kBAAkB,MAAM,SAEjG,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAAc,8BAA8B,wBAAwB,OAAO,SAE1G,CAAC;AAEF,eAAO,MAAM,iBAAiB,aAAc,8BAA8B,sBAAsB,OAAO,SAEtG,CAAC;AAEF,eAAO,MAAM,eAAe,aAAc,8BAA8B,oBAAoB,OAAO,SAElG,CAAC;AAEF,eAAO,MAAM,gBAAgB,aAAoB,8BAA8B,mBAAmB,OAAO,kBAiBxG,CAAC;AAEF,eAAO,MAAM,cAAc,aAAoB,8BAA8B,cAAc,MAAM,kBAiBhG,CAAC"}
1
+ {"version":3,"file":"CaseOverviewReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseOverviewReducer.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAC5D,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAGxE,KAAK,WAAW,GAAG,OAAO,CAAC,oBAAoB,EAAE,cAAc,CAAC,CAAC;AACjE,MAAM,MAAM,8BAA8B,GAAG,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;AAE1E,oBAAY,oBAAoB;IAC5B,gBAAgB,qBAAqB;IACrC,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,mBAAmB,wBAAwB;CAC9C;AAED,MAAM,WAAW,cAAc;IAC3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,eAAe,CAAC,EAAE,mBAAmB,CAAC,MAAM,EAAE,CAAC,CAAC;IAChD,gBAAgB,CAAC,EAAE,mBAAmB,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC;CAC1D;AAED,eAAO,MAAM,oBAAoB,EAAE,cAYlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,UAAW,cAAc,UAAU,WAAW,KAAG,cAkBhF,CAAC;AAEF,eAAO,MAAM,eAAe,aAAc,8BAA8B,gBAAgB,MAAM,SAE7F,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAAc,8BAA8B,oBAAoB,MAAM,SAErG,CAAC;AAEF,eAAO,MAAM,iBAAiB,aAAc,8BAA8B,kBAAkB,MAAM,SAEjG,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAAc,8BAA8B,wBAAwB,OAAO,SAE1G,CAAC;AAEF,eAAO,MAAM,iBAAiB,aAAc,8BAA8B,sBAAsB,OAAO,SAEtG,CAAC;AAEF,eAAO,MAAM,eAAe,aAAc,8BAA8B,oBAAoB,OAAO,SAElG,CAAC;AAEF,eAAO,MAAM,gBAAgB,aAAoB,8BAA8B,mBAAmB,OAAO,kBAiBxG,CAAC;AAEF,eAAO,MAAM,cAAc,aAAoB,8BAA8B,cAAc,MAAM,kBAiBhG,CAAC"}
@@ -12,8 +12,7 @@ export declare const caseReducer: (pState: ICaseState, action: any) => ICaseStat
12
12
  export declare const setCaseDetails: (dispatch: CaseReducerDispatchType, caseState: Partial<ICasePayload>) => void;
13
13
  export declare const setCaseState: (dispatch: CaseReducerDispatchType, caseState: Partial<ICaseState>) => void;
14
14
  export declare const setNotifiedUser: (dispatch: CaseReducerDispatchType, selectedNotificationContacts: IContact[]) => void;
15
- export declare const setFetchingRecommendationsFromWatsonXFlag: (dispatch: CaseReducerDispatchType, isFetchingRecommendationsFromWatsonX: boolean) => void;
16
- export declare const submitCase: (dispatch: CaseReducerDispatchType, sessionRestoreDispatch: SessionReducerDispatchType, caseDetails: ICaseState, sessionItem: ISessionItem, isCaseCreate: boolean, errorMessage500: string | JSX.Element, loggedInUserSsoUsername: string, isSecureSupport?: boolean) => Promise<void>;
15
+ export declare const submitCase: (dispatch: CaseReducerDispatchType, sessionRestoreDispatch: SessionReducerDispatchType, caseDetails: ICaseState, sessionItem: ISessionItem, isCaseCreate: boolean, errorMessage500: string | JSX.Element, loggedInUserSsoUsername: string, isSecureSupport: boolean, isResubmit: boolean, isCreatingCaseFlow: boolean) => Promise<void>;
17
16
  /**
18
17
  * Update case details if there is HTTP 500 error while submitting case
19
18
  * @param dispatch CaseReducerDispatchType
@@ -37,10 +36,10 @@ export declare const deleteNotifiedUsers: (dispatch: CaseReducerDispatchType, ca
37
36
  export declare const addingNotifiedUsers: (dispatch: CaseReducerDispatchType, caseNumber: string, addedUsers: IContact[]) => Promise<void>;
38
37
  export declare const clearSelectedAccount: (dispatch: CaseReducerDispatchType) => void;
39
38
  export declare const setCaseAccountNumber: (dispatch: CaseReducerDispatchType, accountNumber: string, isLoggedInUsersAccount?: boolean, loggedInUserAccount?: Partial<IAccount>) => Promise<void>;
40
- export declare const setCaseOwner: (dispatch: CaseReducerDispatchType, owner: IContact, product: string, abortSignalCaseGroup?: AbortSignal, abortSignalEntitlements?: AbortSignal, canUpdateCaseGroup?: boolean, caseGroupNumberToRestore?: string | undefined) => Promise<void>;
41
- export declare const fetchCaseGroupsForSSO: (dispatch: CaseReducerDispatchType, contactSsoUsername: string, canUpdateCaseGroup?: boolean, abortSignal?: AbortSignal, caseGroupNumberToRestore?: string | undefined) => Promise<void>;
39
+ export declare const setCaseOwner: (dispatch: CaseReducerDispatchType, owner: IContact, product: string, abortSignalCaseGroup?: AbortSignal, abortSignalEntitlements?: AbortSignal, setCaseGroupToUngroupedOrDefault?: boolean, caseGroupNumberToRestore?: string | undefined, canChangeGroup?: boolean, isUserUpdate?: boolean, caseNumber?: string) => Promise<void>;
40
+ export declare const fetchCaseGroupsForSSO: (dispatch: CaseReducerDispatchType, contactSsoUsername: string, setCaseGroupToUngroupedOrDefault?: boolean, abortSignal?: AbortSignal, caseGroupNumberToRestore?: string | undefined) => Promise<void>;
42
41
  export declare const updateCaseWithSession: (dispatch: CaseReducerDispatchType, sessionItem: ISessionItem, loggedInUserAccountNumber: string, loggedInUserContact: IContact, loggedInUserAccount?: Partial<IAccount>) => Promise<void>;
43
- export declare const fetchCaseDetails: (dispatch: CaseReducerDispatchType, caseNumber: string, loggedInUserRights: any, refresh?: boolean, previousState?: Partial<ICasePayload>) => Promise<void>;
42
+ export declare const fetchCaseDetails: (dispatch: CaseReducerDispatchType, caseNumber: string, loggedInUserRights: any, loggedInUser: any) => Promise<void>;
44
43
  export declare const updateCaseDetails: (dispatch: CaseReducerDispatchType, caseNumber: string, caseDetails: Partial<ICasePayload>, dontSetDetails?: boolean) => Promise<never>;
45
44
  export declare const getNotificationContacts4InternalUser: (dispatch: CaseReducerDispatchType, users: INotifiedUser[], caseOwnerSSO: string) => Promise<void>;
46
45
  export declare const getNotificationContacts4ExternalUser: (dispatch: CaseReducerDispatchType, users: any, loggedInUserRights: any, accountNumber: any, caseOwnerSSO: string, fullNameCustom: string) => Promise<void>;
@@ -50,4 +49,5 @@ export declare function getCustomNotificationEmails(dispatch: CaseReducerDispatc
50
49
  export declare function updateEmailListState(dispatch: CaseReducerDispatchType, email: string, customEmailsList: IApiResponseDetails<Partial<ICaseNotificationAddresses[]>>, callback: (email: string) => ICaseNotificationAddresses[]): void;
51
50
  export declare function getVersionsDetails(dispatch: CaseReducerDispatchType, product: string): Promise<void>;
52
51
  export declare const setRemoteRiderFlag: (dispatch: CaseReducerDispatchType, flag: boolean) => void;
52
+ export declare const setABTestVariation: (dispatch: CaseReducerDispatchType, ABTestVariation: string) => void;
53
53
  //# sourceMappingURL=CaseReducer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CaseReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseReducer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"CaseReducer.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseReducer.ts"],"names":[],"mappings":"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"}