@rh-support/troubleshoot 2.6.301 → 2.6.302

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 (221) hide show
  1. package/lib/esm/components/AccountInfo/AccountSelector.d.ts.map +1 -1
  2. package/lib/esm/components/AccountInfo/AccountSelector.js +28 -40
  3. package/lib/esm/components/AccountInfo/OwnerSelector.d.ts.map +1 -1
  4. package/lib/esm/components/AccountInfo/OwnerSelector.js +52 -14
  5. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts.map +1 -1
  6. package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +51 -31
  7. package/lib/esm/components/CaseEditView/Case.d.ts.map +1 -1
  8. package/lib/esm/components/CaseEditView/Case.js +50 -18
  9. package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
  10. package/lib/esm/components/CaseEditView/CaseDetailsAside.js +25 -8
  11. package/lib/esm/components/CaseEditView/CaseDetailsTabs.d.ts.map +1 -1
  12. package/lib/esm/components/CaseEditView/CaseDetailsTabs.js +57 -34
  13. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts +2 -0
  14. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts.map +1 -1
  15. package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.js +3 -3
  16. package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts +1 -2
  17. package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts.map +1 -1
  18. package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.js +8 -6
  19. package/lib/esm/components/CaseEditView/CaseOverview/index.d.ts.map +1 -1
  20. package/lib/esm/components/CaseEditView/CaseOverview/index.js +43 -30
  21. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.d.ts.map +1 -1
  22. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.js +76 -30
  23. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts +0 -1
  24. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts.map +1 -1
  25. package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.js +3 -3
  26. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts +1 -3
  27. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts.map +1 -1
  28. package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.js +3 -4
  29. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts.map +1 -1
  30. package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.js +13 -17
  31. package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.d.ts.map +1 -1
  32. package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.js +19 -43
  33. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.d.ts.map +1 -1
  34. package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.js +17 -40
  35. package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.d.ts +3 -0
  36. package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.d.ts.map +1 -0
  37. package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.js +22 -0
  38. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.d.ts.map +1 -1
  39. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.js +44 -41
  40. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.d.ts.map +1 -1
  41. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.js +8 -7
  42. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.d.ts.map +1 -1
  43. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.js +0 -2
  44. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.d.ts.map +1 -1
  45. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +38 -18
  46. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.d.ts.map +1 -1
  47. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.js +19 -59
  48. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.d.ts.map +1 -1
  49. package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.js +16 -9
  50. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts +4 -2
  51. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts.map +1 -1
  52. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.js +110 -148
  53. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.d.ts.map +1 -1
  54. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.js +5 -5
  55. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.d.ts.map +1 -1
  56. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.js +2 -1
  57. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.d.ts +15 -0
  58. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.d.ts.map +1 -0
  59. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.js +19 -0
  60. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.d.ts +17 -0
  61. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.d.ts.map +1 -0
  62. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.js +49 -0
  63. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts +6 -2
  64. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts.map +1 -1
  65. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.js +147 -241
  66. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.d.ts.map +1 -1
  67. package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.js +5 -3
  68. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.d.ts.map +1 -1
  69. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.js +3 -1
  70. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.css +4 -4
  71. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts +35 -3
  72. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts.map +1 -1
  73. package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.js +63 -224
  74. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts +4 -5
  75. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts.map +1 -1
  76. package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.js +18 -5
  77. package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.d.ts.map +1 -1
  78. package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.js +7 -2
  79. package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.d.ts.map +1 -1
  80. package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.js +30 -52
  81. package/lib/esm/components/CaseInformation/CaseGroup.d.ts.map +1 -1
  82. package/lib/esm/components/CaseInformation/CaseGroup.js +68 -46
  83. package/lib/esm/components/CaseInformation/CaseInformation.d.ts.map +1 -1
  84. package/lib/esm/components/CaseInformation/CaseInformation.js +7 -5
  85. package/lib/esm/components/CaseInformation/ContactPhoneNumber.d.ts.map +1 -1
  86. package/lib/esm/components/CaseInformation/ContactPhoneNumber.js +37 -24
  87. package/lib/esm/components/CaseInformation/SupportLevel.d.ts.map +1 -1
  88. package/lib/esm/components/CaseInformation/SupportLevel.js +32 -55
  89. package/lib/esm/components/CaseManagement/CaseLanguageSelector.js +2 -2
  90. package/lib/esm/components/CaseManagement/CaseManagement.d.ts.map +1 -1
  91. package/lib/esm/components/CaseManagement/CaseManagement.js +4 -7
  92. package/lib/esm/components/CaseManagement/Cep.d.ts.map +1 -1
  93. package/lib/esm/components/CaseManagement/Cep.js +4 -7
  94. package/lib/esm/components/CaseManagement/OpenShiftClusterId.d.ts.map +1 -1
  95. package/lib/esm/components/CaseManagement/OpenShiftClusterId.js +19 -9
  96. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts.map +1 -1
  97. package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.js +16 -11
  98. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map +1 -1
  99. package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +34 -40
  100. package/lib/esm/components/IdeaInformation/IdeaInformation.d.ts.map +1 -1
  101. package/lib/esm/components/IdeaInformation/IdeaInformation.js +13 -14
  102. package/lib/esm/components/OpenCase/SupportTypeSelectorPage.d.ts.map +1 -1
  103. package/lib/esm/components/OpenCase/SupportTypeSelectorPage.js +4 -2
  104. package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts +0 -1
  105. package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts.map +1 -1
  106. package/lib/esm/components/ProductSelector/AllProductsSelector.js +3 -15
  107. package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts.map +1 -1
  108. package/lib/esm/components/ProductSelector/NewProductDropdownSelector.js +13 -37
  109. package/lib/esm/components/ProductSelector/NewProductVersionSelector.d.ts.map +1 -1
  110. package/lib/esm/components/ProductSelector/NewProductVersionSelector.js +30 -50
  111. package/lib/esm/components/ProductSelector/ProductSelector.d.ts.map +1 -1
  112. package/lib/esm/components/ProductSelector/ProductSelector.js +1 -3
  113. package/lib/esm/components/Recommendations/ClusterRecommendationToast.d.ts.map +1 -1
  114. package/lib/esm/components/Recommendations/ClusterRecommendationToast.js +1 -4
  115. package/lib/esm/components/Recommendations/ClusterRecommendations.d.ts.map +1 -1
  116. package/lib/esm/components/Recommendations/ClusterRecommendations.js +1 -4
  117. package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.d.ts.map +1 -1
  118. package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.js +9 -7
  119. package/lib/esm/components/Review/Review.d.ts.map +1 -1
  120. package/lib/esm/components/Review/Review.js +16 -16
  121. package/lib/esm/components/SessionRestore/SessionRestore.d.ts.map +1 -1
  122. package/lib/esm/components/SessionRestore/SessionRestore.js +3 -1
  123. package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.d.ts.map +1 -1
  124. package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.js +5 -8
  125. package/lib/esm/components/shared/fileUpload/FileUploader.d.ts.map +1 -1
  126. package/lib/esm/components/shared/fileUpload/FileUploader.js +3 -1
  127. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.d.ts +3 -1
  128. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.d.ts.map +1 -1
  129. package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.js +76 -4
  130. package/lib/esm/components/shared/useIsSectionValid.d.ts.map +1 -1
  131. package/lib/esm/components/shared/useIsSectionValid.js +50 -64
  132. package/lib/esm/components/shared/usePostComment.d.ts.map +1 -1
  133. package/lib/esm/components/shared/usePostComment.js +16 -28
  134. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.d.ts.map +1 -1
  135. package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.js +120 -24
  136. package/lib/esm/components/wizardLayout/WizardLayout.d.ts.map +1 -1
  137. package/lib/esm/components/wizardLayout/WizardLayout.js +6 -7
  138. package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
  139. package/lib/esm/components/wizardLayout/WizardNavigation.js +10 -9
  140. package/lib/esm/context/CaseContext.d.ts.map +1 -1
  141. package/lib/esm/graphql/index.d.ts +4 -0
  142. package/lib/esm/graphql/index.d.ts.map +1 -0
  143. package/lib/esm/graphql/index.js +3 -0
  144. package/lib/esm/graphql/mutations/createRMECaseEscalation.d.ts +2 -0
  145. package/lib/esm/graphql/mutations/createRMECaseEscalation.d.ts.map +1 -0
  146. package/lib/esm/graphql/mutations/createRMECaseEscalation.js +24 -0
  147. package/lib/esm/graphql/mutations/index.d.ts +2 -0
  148. package/lib/esm/graphql/mutations/index.d.ts.map +1 -0
  149. package/lib/esm/graphql/mutations/index.js +1 -0
  150. package/lib/esm/graphql/queries/getEscalationDetails.d.ts +2 -0
  151. package/lib/esm/graphql/queries/getEscalationDetails.d.ts.map +1 -0
  152. package/lib/esm/graphql/queries/getEscalationDetails.js +24 -0
  153. package/lib/esm/graphql/queries/getParentId.d.ts +2 -0
  154. package/lib/esm/graphql/queries/getParentId.d.ts.map +1 -0
  155. package/lib/esm/graphql/queries/getParentId.js +16 -0
  156. package/lib/esm/graphql/queries/index.d.ts +3 -0
  157. package/lib/esm/graphql/queries/index.d.ts.map +1 -0
  158. package/lib/esm/graphql/queries/index.js +2 -0
  159. package/lib/esm/graphql/schemas/escalation.d.ts +84 -0
  160. package/lib/esm/graphql/schemas/escalation.d.ts.map +1 -0
  161. package/lib/esm/graphql/schemas/escalation.js +1 -0
  162. package/lib/esm/graphql/schemas/index.d.ts +2 -0
  163. package/lib/esm/graphql/schemas/index.d.ts.map +1 -0
  164. package/lib/esm/graphql/schemas/index.js +1 -0
  165. package/lib/esm/hooks/useCaseComments/caseCommentMutation.d.ts +4 -0
  166. package/lib/esm/hooks/useCaseComments/caseCommentMutation.d.ts.map +1 -0
  167. package/lib/esm/hooks/useCaseComments/caseCommentMutation.js +12 -0
  168. package/lib/esm/hooks/useCaseComments/caseCommentsQuery.d.ts +4 -0
  169. package/lib/esm/hooks/useCaseComments/caseCommentsQuery.d.ts.map +1 -0
  170. package/lib/esm/hooks/useCaseComments/caseCommentsQuery.js +55 -0
  171. package/lib/esm/hooks/useCaseComments/index.d.ts +7 -0
  172. package/lib/esm/hooks/useCaseComments/index.d.ts.map +1 -0
  173. package/lib/esm/hooks/useCaseComments/index.js +5 -0
  174. package/lib/esm/hooks/useCaseComments/mapCaseComment.d.ts +25 -0
  175. package/lib/esm/hooks/useCaseComments/mapCaseComment.d.ts.map +1 -0
  176. package/lib/esm/hooks/useCaseComments/mapCaseComment.js +66 -0
  177. package/lib/esm/hooks/useCaseComments/types.d.ts +80 -0
  178. package/lib/esm/hooks/useCaseComments/types.d.ts.map +1 -0
  179. package/lib/esm/hooks/useCaseComments/types.js +1 -0
  180. package/lib/esm/hooks/useCaseComments/useCaseComments.d.ts +16 -0
  181. package/lib/esm/hooks/useCaseComments/useCaseComments.d.ts.map +1 -0
  182. package/lib/esm/hooks/useCaseComments/useCaseComments.js +25 -0
  183. package/lib/esm/hooks/useCaseComments/useCreateCaseComment.d.ts +19 -0
  184. package/lib/esm/hooks/useCaseComments/useCreateCaseComment.d.ts.map +1 -0
  185. package/lib/esm/hooks/useCaseComments/useCreateCaseComment.js +33 -0
  186. package/lib/esm/hooks/useCaseHistory.d.ts +26 -0
  187. package/lib/esm/hooks/useCaseHistory.d.ts.map +1 -0
  188. package/lib/esm/hooks/useCaseHistory.js +98 -0
  189. package/lib/esm/hooks/useResetCaseCreate.d.ts.map +1 -1
  190. package/lib/esm/hooks/useResetCaseCreate.js +18 -11
  191. package/lib/esm/models/caseHistory.d.ts +80 -0
  192. package/lib/esm/models/caseHistory.d.ts.map +1 -0
  193. package/lib/esm/models/caseHistory.js +1 -0
  194. package/lib/esm/reducers/CaseConstNTypes.d.ts +91 -3
  195. package/lib/esm/reducers/CaseConstNTypes.d.ts.map +1 -1
  196. package/lib/esm/reducers/CaseConstNTypes.js +20 -2
  197. package/lib/esm/reducers/CaseDetailsPageReducer.d.ts +5 -4
  198. package/lib/esm/reducers/CaseDetailsPageReducer.d.ts.map +1 -1
  199. package/lib/esm/reducers/CaseDetailsPageReducer.js +39 -23
  200. package/lib/esm/reducers/CaseDiscussionTabReducer.d.ts +3 -5
  201. package/lib/esm/reducers/CaseDiscussionTabReducer.d.ts.map +1 -1
  202. package/lib/esm/reducers/CaseDiscussionTabReducer.js +33 -46
  203. package/lib/esm/reducers/CaseHelpers.d.ts +3 -2
  204. package/lib/esm/reducers/CaseHelpers.d.ts.map +1 -1
  205. package/lib/esm/reducers/CaseHelpers.js +108 -41
  206. package/lib/esm/reducers/CaseOverviewReducer.d.ts +3 -1
  207. package/lib/esm/reducers/CaseOverviewReducer.d.ts.map +1 -1
  208. package/lib/esm/reducers/CaseOverviewReducer.js +7 -5
  209. package/lib/esm/reducers/CaseReducer.d.ts +30 -8
  210. package/lib/esm/reducers/CaseReducer.d.ts.map +1 -1
  211. package/lib/esm/reducers/CaseReducer.js +192 -55
  212. package/lib/esm/utils/TimelineUtils.d.ts +41 -0
  213. package/lib/esm/utils/TimelineUtils.d.ts.map +1 -0
  214. package/lib/esm/utils/TimelineUtils.js +134 -0
  215. package/lib/esm/utils/caseHistoryUtils.d.ts +66 -0
  216. package/lib/esm/utils/caseHistoryUtils.d.ts.map +1 -0
  217. package/lib/esm/utils/caseHistoryUtils.js +165 -0
  218. package/lib/esm/utils/caseOpenshiftClusterIdUtils.d.ts +1 -2
  219. package/lib/esm/utils/caseOpenshiftClusterIdUtils.d.ts.map +1 -1
  220. package/lib/esm/utils/caseOpenshiftClusterIdUtils.js +4 -4
  221. package/package.json +7 -8
@@ -0,0 +1,66 @@
1
+ import type { ICaseHistoryEdge, ICaseHistoryItem, ICaseHistoryNode, SFValue } from '../models/caseHistory';
2
+ /**
3
+ * Maps Salesforce field identifiers to human-readable display names.
4
+ *
5
+ * Contains two distinct key categories:
6
+ * - Real SF API field names (e.g. `ContactId`, `RH_Product__c`, `FolderId__c`)
7
+ * - Synthetic lifecycle pseudo-fields produced by the SF History API (e.g. `created`,
8
+ * `closed`, `ownerAssignment`). These are not custom Salesforce fields — they represent
9
+ * case lifecycle events that appear as history entries with no OldValue/NewValue.
10
+ */
11
+ export declare const FIELD_NAME_DISPLAY_MAP: Record<string, string>;
12
+ export declare function getFieldDisplayName(fieldName: string): string | undefined;
13
+ export declare function isSfdcId(value: string): boolean;
14
+ /**
15
+ * Extracts a string representation from a polymorphic SF value union.
16
+ *
17
+ * Property names (`stringValue`, `booleanValue`, etc.) correspond to GraphQL
18
+ * inline-fragment aliases defined in the `GET_CASE_HISTORY` query. Changing those
19
+ * aliases without updating this function will silently break value extraction.
20
+ *
21
+ * The check order is safe because the union discriminants are mutually exclusive.
22
+ * Note: empty string `''` is a valid return value (distinct from `null`).
23
+ */
24
+ export declare function extractStringValue(val: SFValue): string | null;
25
+ /**
26
+ * Lifecycle pseudo-field names from the SF History API mapped to human-readable action
27
+ * sentences. Fields not listed here fall back to using the raw `fieldName` as output text
28
+ * in {@link normalizeNodeToHistoryItem}.
29
+ */
30
+ export declare const SPECIAL_FIELD_ACTIONS: Record<string, string>;
31
+ export declare const DEFAULT_AVATAR_SRC = "https://www.patternfly.org/images/668560cd.svg";
32
+ /**
33
+ * Only SF `UserType === 'Standard'` is treated as an internal (Red Hat) user.
34
+ * All other types — including `null`, `undefined`, and unknown portal types — default
35
+ * to customer. This conservative default ensures external users are never accidentally
36
+ * styled as internal.
37
+ */
38
+ export declare function deriveIsCustomer(userType: string | null | undefined): boolean;
39
+ /**
40
+ * Filters out history entries whose values are raw Salesforce IDs that cannot be
41
+ * decoded into human-readable display strings.
42
+ *
43
+ * Filtering rules:
44
+ * - Both values null → **keep** (lifecycle action events carry no values)
45
+ * - `newValue` is an SFDC ID and `oldValue` is null or also an ID → **drop**
46
+ * (unresolvable reference change with no readable side)
47
+ * - `oldValue` is an SFDC ID and `newValue` is null → **drop**
48
+ * (ID removal with no display name)
49
+ * - At least one side is a human-readable string → **keep**
50
+ */
51
+ export declare function filterSfdcIdEntries(edges: ICaseHistoryEdge[]): ICaseHistoryNode[];
52
+ /**
53
+ * Converts a raw SF history node into a normalized `ICaseHistoryItem`.
54
+ *
55
+ * Classifies each entry as either:
56
+ * - **Action** (`!oldValue && !newValue`): lifecycle events like "created", "closed".
57
+ * `outputText` is set here from {@link SPECIAL_FIELD_ACTIONS}, or falls back to the
58
+ * raw `fieldName` for unknown actions.
59
+ * - **Change**: field-value mutations. `outputText` is left empty because the Timeline
60
+ * layer formats change text via `applyReplacements` / `handleFieldChange`.
61
+ *
62
+ * Display name fallback chain: `FIELD_NAME_DISPLAY_MAP` → SF `label` → SF
63
+ * `displayValue` → raw `fieldName`.
64
+ */
65
+ export declare function normalizeNodeToHistoryItem(node: ICaseHistoryNode): ICaseHistoryItem;
66
+ //# sourceMappingURL=caseHistoryUtils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caseHistoryUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/caseHistoryUtils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAE3G;;;;;;;;GAQG;AACH,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAoBzD,CAAC;AAEF,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAKzE;AAMD,wBAAgB,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAE/C;AAED;;;;;;;;;GASG;AACH,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI,CAO9D;AAED;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAOxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,mDAAmD,CAAC;AAInF;;;;;GAKG;AACH,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAG7E;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,gBAAgB,EAAE,GAAG,gBAAgB,EAAE,CAajF;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,gBAAgB,GAAG,gBAAgB,CAuCnF"}
@@ -0,0 +1,165 @@
1
+ /**
2
+ * Maps Salesforce field identifiers to human-readable display names.
3
+ *
4
+ * Contains two distinct key categories:
5
+ * - Real SF API field names (e.g. `ContactId`, `RH_Product__c`, `FolderId__c`)
6
+ * - Synthetic lifecycle pseudo-fields produced by the SF History API (e.g. `created`,
7
+ * `closed`, `ownerAssignment`). These are not custom Salesforce fields — they represent
8
+ * case lifecycle events that appear as history entries with no OldValue/NewValue.
9
+ */
10
+ export const FIELD_NAME_DISPLAY_MAP = {
11
+ created: 'Case Created',
12
+ closed: 'Case Closed',
13
+ ownerAssignment: 'Owner',
14
+ ownerAccepted: 'Owner',
15
+ ownerEscalated: 'Owner',
16
+ external: 'Visibility',
17
+ ContactId: 'Contact',
18
+ RH_Product__c: 'Product',
19
+ RH_Version__c: 'Version',
20
+ EntitlementId: 'Entitlement',
21
+ AccountId: 'Account',
22
+ OwnerId: 'Owner',
23
+ BusinessHoursId: 'Business Hours',
24
+ FolderId__c: 'Case Group',
25
+ Status: 'Status',
26
+ Customer_Escalation__c: 'Customer Escalation',
27
+ SlaStartDate: 'SLA Start Date',
28
+ Case_Language__c: 'Case Language',
29
+ SBR_Group__c: 'SBR Group',
30
+ };
31
+ export function getFieldDisplayName(fieldName) {
32
+ if (fieldName in FIELD_NAME_DISPLAY_MAP) {
33
+ return FIELD_NAME_DISPLAY_MAP[fieldName];
34
+ }
35
+ return undefined;
36
+ }
37
+ // Salesforce object IDs are strictly 15 (case-sensitive) or 18 (case-insensitive)
38
+ // alphanumeric characters. Strings of 16–17 chars are intentionally excluded.
39
+ const SFDC_ID_REGEX = /^[a-zA-Z0-9]{15}$|^[a-zA-Z0-9]{18}$/;
40
+ export function isSfdcId(value) {
41
+ return SFDC_ID_REGEX.test(value);
42
+ }
43
+ /**
44
+ * Extracts a string representation from a polymorphic SF value union.
45
+ *
46
+ * Property names (`stringValue`, `booleanValue`, etc.) correspond to GraphQL
47
+ * inline-fragment aliases defined in the `GET_CASE_HISTORY` query. Changing those
48
+ * aliases without updating this function will silently break value extraction.
49
+ *
50
+ * The check order is safe because the union discriminants are mutually exclusive.
51
+ * Note: empty string `''` is a valid return value (distinct from `null`).
52
+ */
53
+ export function extractStringValue(val) {
54
+ if (!val)
55
+ return null;
56
+ if ('stringValue' in val)
57
+ return val.stringValue;
58
+ if ('booleanValue' in val)
59
+ return String(val.booleanValue);
60
+ if ('doubleValue' in val)
61
+ return String(val.doubleValue);
62
+ if ('dateTimeValue' in val)
63
+ return val.dateTimeValue;
64
+ return null;
65
+ }
66
+ /**
67
+ * Lifecycle pseudo-field names from the SF History API mapped to human-readable action
68
+ * sentences. Fields not listed here fall back to using the raw `fieldName` as output text
69
+ * in {@link normalizeNodeToHistoryItem}.
70
+ */
71
+ export const SPECIAL_FIELD_ACTIONS = {
72
+ created: 'created the case',
73
+ closed: 'closed the case',
74
+ ownerAssignment: 'changed the case owner',
75
+ ownerAccepted: 'accepted ownership of the case',
76
+ ownerEscalated: 'escalated the case owner',
77
+ external: 'made the case visible to customers',
78
+ };
79
+ export const DEFAULT_AVATAR_SRC = 'https://www.patternfly.org/images/668560cd.svg';
80
+ const INTERNAL_USER_TYPE = 'Standard';
81
+ /**
82
+ * Only SF `UserType === 'Standard'` is treated as an internal (Red Hat) user.
83
+ * All other types — including `null`, `undefined`, and unknown portal types — default
84
+ * to customer. This conservative default ensures external users are never accidentally
85
+ * styled as internal.
86
+ */
87
+ export function deriveIsCustomer(userType) {
88
+ if (userType === INTERNAL_USER_TYPE)
89
+ return false;
90
+ return true;
91
+ }
92
+ /**
93
+ * Filters out history entries whose values are raw Salesforce IDs that cannot be
94
+ * decoded into human-readable display strings.
95
+ *
96
+ * Filtering rules:
97
+ * - Both values null → **keep** (lifecycle action events carry no values)
98
+ * - `newValue` is an SFDC ID and `oldValue` is null or also an ID → **drop**
99
+ * (unresolvable reference change with no readable side)
100
+ * - `oldValue` is an SFDC ID and `newValue` is null → **drop**
101
+ * (ID removal with no display name)
102
+ * - At least one side is a human-readable string → **keep**
103
+ */
104
+ export function filterSfdcIdEntries(edges) {
105
+ return edges
106
+ .map((edge) => edge.node)
107
+ .filter((node) => {
108
+ const newVal = extractStringValue(node.NewValue);
109
+ const oldVal = extractStringValue(node.OldValue);
110
+ if (!newVal && !oldVal)
111
+ return true;
112
+ const hasIdNewVal = newVal && isSfdcId(newVal);
113
+ const hasIdOldVal = oldVal && isSfdcId(oldVal);
114
+ if (hasIdNewVal && (!oldVal || hasIdOldVal))
115
+ return false;
116
+ if (hasIdOldVal && !newVal)
117
+ return false;
118
+ return true;
119
+ });
120
+ }
121
+ /**
122
+ * Converts a raw SF history node into a normalized `ICaseHistoryItem`.
123
+ *
124
+ * Classifies each entry as either:
125
+ * - **Action** (`!oldValue && !newValue`): lifecycle events like "created", "closed".
126
+ * `outputText` is set here from {@link SPECIAL_FIELD_ACTIONS}, or falls back to the
127
+ * raw `fieldName` for unknown actions.
128
+ * - **Change**: field-value mutations. `outputText` is left empty because the Timeline
129
+ * layer formats change text via `applyReplacements` / `handleFieldChange`.
130
+ *
131
+ * Display name fallback chain: `FIELD_NAME_DISPLAY_MAP` → SF `label` → SF
132
+ * `displayValue` → raw `fieldName`.
133
+ */
134
+ export function normalizeNodeToHistoryItem(node) {
135
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
136
+ const fieldName = node.SalesforceSupportField.value;
137
+ const oldValue = extractStringValue(node.OldValue);
138
+ const newValue = extractStringValue(node.NewValue);
139
+ const isAction = !oldValue && !newValue;
140
+ let outputText = '';
141
+ if (isAction) {
142
+ if (fieldName in SPECIAL_FIELD_ACTIONS) {
143
+ outputText = SPECIAL_FIELD_ACTIONS[fieldName];
144
+ }
145
+ else {
146
+ outputText = fieldName;
147
+ }
148
+ }
149
+ return {
150
+ id: node.Id,
151
+ fieldName,
152
+ displayName: (_c = (_b = (_a = getFieldDisplayName(fieldName)) !== null && _a !== void 0 ? _a : node.SalesforceSupportField.label) !== null && _b !== void 0 ? _b : node.SalesforceSupportField.displayValue) !== null && _c !== void 0 ? _c : fieldName,
153
+ label: (_f = (_e = (_d = getFieldDisplayName(fieldName)) !== null && _d !== void 0 ? _d : node.SalesforceSupportField.label) !== null && _e !== void 0 ? _e : node.SalesforceSupportField.displayValue) !== null && _f !== void 0 ? _f : fieldName,
154
+ oldValue,
155
+ newValue,
156
+ createdDate: node.CreatedDate.value,
157
+ createdByUserName: (_j = (_h = (_g = node.CreatedBy) === null || _g === void 0 ? void 0 : _g.Name) === null || _h === void 0 ? void 0 : _h.value) !== null && _j !== void 0 ? _j : '',
158
+ createdByCustomer: deriveIsCustomer((_l = (_k = node.CreatedBy) === null || _k === void 0 ? void 0 : _k.UserType) === null || _l === void 0 ? void 0 : _l.value),
159
+ // TODO: SmallPhotoUrl points to an internal Salesforce domain that external portal
160
+ // users can't authenticate against. If images break, Hydra will need to proxy them.
161
+ photoUrl: (_p = (_o = (_m = node.CreatedBy) === null || _m === void 0 ? void 0 : _m.SmallPhotoUrl) === null || _o === void 0 ? void 0 : _o.value) !== null && _p !== void 0 ? _p : null,
162
+ type: isAction ? 'Action' : 'Change',
163
+ outputText,
164
+ };
165
+ }
@@ -1,10 +1,9 @@
1
1
  import { IClusterSubscription } from '@cee-eng/hydrajs/@types/models/cloud';
2
- import { ISEProduct } from '@cee-eng/hydrajs/@types/models/product';
3
2
  export interface IClusterSubscriptionExtended extends IClusterSubscription {
4
3
  openshift_version: string;
5
4
  }
6
5
  export declare const getDisplayNameForCluster: (cluster: Partial<IClusterSubscriptionExtended>) => string;
7
6
  export declare const invalidGuidHelperText = "Please enter a valid Cluster ID (For example: d3aa88e2-c754-41e0-8ba6-4198a34aa0a2)";
8
- export declare const isClusterIdEnabledForProduct: (selectedProduct: string, allProducts: Partial<ISEProduct>[]) => boolean;
7
+ export declare const isClusterIdEnabledForProduct: (selectedProduct: string) => boolean;
9
8
  export declare const getIsClusterIdInvalid: (openshiftClusterID: any) => boolean;
10
9
  //# sourceMappingURL=caseOpenshiftClusterIdUtils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"caseOpenshiftClusterIdUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/caseOpenshiftClusterIdUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAIpE,MAAM,WAAW,4BAA6B,SAAQ,oBAAoB;IACtE,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,wBAAwB,GAAI,SAAS,OAAO,CAAC,4BAA4B,CAAC,WAKtF,CAAC;AAEF,eAAO,MAAM,qBAAqB,wFACuD,CAAC;AAE1F,eAAO,MAAM,4BAA4B,GAAI,iBAAiB,MAAM,EAAE,aAAa,OAAO,CAAC,UAAU,CAAC,EAAE,YAIvG,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,uBAAkB,YACY,CAAC"}
1
+ {"version":3,"file":"caseOpenshiftClusterIdUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/caseOpenshiftClusterIdUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAM5E,MAAM,WAAW,4BAA6B,SAAQ,oBAAoB;IACtE,iBAAiB,EAAE,MAAM,CAAC;CAC7B;AAED,eAAO,MAAM,wBAAwB,GAAI,SAAS,OAAO,CAAC,4BAA4B,CAAC,WAKtF,CAAC;AAEF,eAAO,MAAM,qBAAqB,wFACuD,CAAC;AAE1F,eAAO,MAAM,4BAA4B,GAAI,iBAAiB,MAAM,YAGnE,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAAI,uBAAkB,YACY,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import { isValidGuid } from '@rh-support/utils';
2
2
  import isEmpty from 'lodash/isEmpty';
3
+ import { CLUSTER_ID_ENABLED_PRODUCTS } from '../reducers/CaseConstNTypes';
3
4
  export const getDisplayNameForCluster = (cluster) => {
4
5
  if (isEmpty(cluster))
5
6
  return '';
@@ -9,10 +10,9 @@ export const getDisplayNameForCluster = (cluster) => {
9
10
  return `${clusterId} <${cluster.display_name}>`;
10
11
  };
11
12
  export const invalidGuidHelperText = 'Please enter a valid Cluster ID (For example: d3aa88e2-c754-41e0-8ba6-4198a34aa0a2)';
12
- export const isClusterIdEnabledForProduct = (selectedProduct, allProducts) => {
13
- const productDetails = (allProducts || []).find((product) => product.name === selectedProduct);
14
- if (isEmpty(productDetails))
13
+ export const isClusterIdEnabledForProduct = (selectedProduct) => {
14
+ if (isEmpty(selectedProduct))
15
15
  return false;
16
- return productDetails.openShiftClusterIdRelevantInCases;
16
+ return CLUSTER_ID_ENABLED_PRODUCTS.includes(selectedProduct);
17
17
  };
18
18
  export const getIsClusterIdInvalid = (openshiftClusterID) => !isEmpty(openshiftClusterID) && !isValidGuid(openshiftClusterID);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rh-support/troubleshoot",
3
- "version": "2.6.301",
3
+ "version": "2.6.302",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -21,7 +21,6 @@
21
21
  "lib/**/*"
22
22
  ],
23
23
  "peerDependencies": {
24
- "@cee-eng/hydrajs": "4.18.111",
25
24
  "@cee-eng/ui-toolkit": "1.1.9",
26
25
  "@patternfly/patternfly": "6.2.1",
27
26
  "@patternfly/react-core": "6.2.1",
@@ -43,7 +42,7 @@
43
42
  "react-virtualized": "^9.22.5"
44
43
  },
45
44
  "dependencies": {
46
- "@cee-eng/hydrajs": "4.18.111",
45
+ "@cee-eng/hydrajs": "^4.18.113",
47
46
  "@cee-eng/ui-toolkit": "1.1.9",
48
47
  "@ifd-ui/ask-redhat-core": "^0.0.61",
49
48
  "@patternfly/patternfly": "6.2.1",
@@ -53,11 +52,11 @@
53
52
  "@progress/kendo-licensing": "1.3.5",
54
53
  "@progress/kendo-react-pdf": "^5.16.0",
55
54
  "@redux-devtools/extension": "^3.3.0",
56
- "@rh-support/components": "2.5.182",
57
- "@rh-support/react-context": "2.5.276",
55
+ "@rh-support/components": "2.5.183",
56
+ "@rh-support/react-context": "2.5.277",
58
57
  "@rh-support/types": "2.0.26",
59
- "@rh-support/user-permissions": "2.5.128",
60
- "@rh-support/utils": "2.5.92",
58
+ "@rh-support/user-permissions": "2.5.129",
59
+ "@rh-support/utils": "2.5.111",
61
60
  "@types/react-redux": "^7.1.33",
62
61
  "@types/redux": "^3.6.0",
63
62
  "date-fns": "3.6.0",
@@ -127,5 +126,5 @@
127
126
  "defaults and supports es6-module",
128
127
  "maintained node versions"
129
128
  ],
130
- "gitHead": "d3844bbc14dc38574879a42ac31febd7b72f0bfb"
129
+ "gitHead": "deb5936155a3b68fc98e231dde9819da0967876b"
131
130
  }