@rh-support/troubleshoot 2.7.1 → 2.7.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/components/AccountInfo/AccountSelector.d.ts.map +1 -1
- package/lib/esm/components/AccountInfo/AccountSelector.js +23 -33
- package/lib/esm/components/AccountInfo/ManagedAccountsDropdown.js +1 -1
- package/lib/esm/components/AccountInfo/OwnerSelector.d.ts.map +1 -1
- package/lib/esm/components/AccountInfo/OwnerSelector.js +90 -24
- package/lib/esm/components/AccountInfo/css/accountSelector.css +3 -2
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/ActiveCustomerEscalation.js +47 -35
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ActiveCustomerEscalation/RequestEscalationModal.js +167 -90
- package/lib/esm/components/CaseEditView/ArchivedCaseBanner.d.ts +7 -0
- package/lib/esm/components/CaseEditView/ArchivedCaseBanner.d.ts.map +1 -0
- package/lib/esm/components/CaseEditView/ArchivedCaseBanner.js +12 -0
- package/lib/esm/components/CaseEditView/Case.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Case.js +103 -37
- package/lib/esm/components/CaseEditView/CaseDetailsAside.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsAside.js +44 -37
- package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.d.ts +1 -0
- package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsErrorMessage.js +32 -11
- package/lib/esm/components/CaseEditView/CaseDetailsTabs.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseDetailsTabs.js +94 -72
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts +2 -0
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseOwnerInfo.js +4 -4
- package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts +3 -2
- package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseStatus.js +24 -11
- package/lib/esm/components/CaseEditView/CaseOverview/CaseType.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/CaseType.js +2 -4
- package/lib/esm/components/CaseEditView/CaseOverview/DateTime.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/DateTime.js +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/index.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseOverview/index.js +123 -70
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutions.js +240 -121
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts +0 -1
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/CaseSolutions/CaseSolutionsItem.js +6 -6
- package/lib/esm/components/CaseEditView/CaseSolutions/HandpicketItem.js +3 -3
- package/lib/esm/components/CaseEditView/CaseSubscriptionAbuseAlert.js +1 -1
- package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts +1 -3
- package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/ConfirmationModals/ReopenCaseModal.js +55 -43
- package/lib/esm/components/CaseEditView/PDFContainer.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/PDFContainer.js +19 -15
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSession.js +33 -16
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/ESSRemoteSessionModal.js +31 -33
- package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/NewEssTermsModal.js +116 -91
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreement.js +33 -16
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/RequestRemoteSession/RemoteSessionAgreementModal.js +114 -89
- package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.d.ts +15 -0
- package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.d.ts.map +1 -0
- package/lib/esm/components/CaseEditView/RequestRemoteSession/remoteSessionUtils.js +47 -0
- package/lib/esm/components/CaseEditView/ShareCase/TnC.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseActionPlan/CaseActionPlan.js +9 -6
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseContactPhoneNumber.js +54 -48
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseDetailsManagement.js +84 -17
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseHostname.js +8 -8
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInformation.js +0 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInternalStatus.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseInternalStatus.js +4 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftPopover.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenShiftV3Popover.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseOpenshiftClusterId/CaseOpenshiftClusterId.js +137 -59
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CasePhoneNumberConfirmAlert.js +6 -9
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseReferenceNumber.js +13 -8
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseSbrGroups.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/CaseSbrGroups.js +3 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/ProductVersion.js +119 -65
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/SFDCUrl.js +3 -4
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/Summary.js +22 -15
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/useCustomEmails.d.ts +1 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/useCustomEmails.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDetails/useCustomEmails.js +6 -5
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/AsaCommentFeedbackModal.d.ts +25 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/AsaCommentFeedbackModal.d.ts.map +1 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/AsaCommentFeedbackModal.js +102 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseAttachment.js +44 -28
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseChat.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseChat.js +7 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.d.ts +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.js +158 -101
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts +10 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseDiscussion.js +294 -143
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseExternalTrackerUpdate.js +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CommentSearch.js +16 -16
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/DiscussionItemLink.js +9 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/JumpAndCopyLink.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/JumpAndCopyLink.js +8 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.d.ts +29 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.d.ts.map +1 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useAttachmentUploadCompletion.js +29 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.d.ts +17 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.d.ts.map +1 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useCommentDrafts.js +62 -0
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useMarkdownFileUploader.d.ts +1 -2
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useMarkdownFileUploader.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment/useMarkdownFileUploader.js +14 -12
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts +9 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/PostComment.js +223 -277
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/VerifyCaseStatusModal/VerifyCaseStatusModal.js +33 -25
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.d.ts +0 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.js +8 -4
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.css +55 -42
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts +36 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.js +100 -248
- package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts +4 -5
- package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CasePrivateNotes/CasePrivateNotes.js +29 -12
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.js +32 -18
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummaryErrorMessage.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummaryErrorMessage.js +5 -7
- package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/RMEEscalations/RMEEscalationList.js +41 -55
- package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/RelatedTasks/RelatedTasks.js +2 -3
- package/lib/esm/components/CaseInformation/AISureMessageCard.d.ts +7 -0
- package/lib/esm/components/CaseInformation/AISureMessageCard.d.ts.map +1 -0
- package/lib/esm/components/CaseInformation/AISureMessageCard.js +15 -0
- package/lib/esm/components/CaseInformation/CaseGroup.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/CaseGroup.js +177 -55
- package/lib/esm/components/CaseInformation/CaseInformation.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/CaseInformation.js +15 -14
- package/lib/esm/components/CaseInformation/CaseLabels.d.ts +3 -0
- package/lib/esm/components/CaseInformation/CaseLabels.d.ts.map +1 -0
- package/lib/esm/components/CaseInformation/CaseLabels.js +108 -0
- package/lib/esm/components/CaseInformation/ContactPhoneNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumber.js +108 -31
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumberPopOver.js +3 -3
- package/lib/esm/components/CaseInformation/Description.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Description.js +25 -7
- package/lib/esm/components/CaseInformation/FileDiag.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/FileDiag.js +2 -5
- package/lib/esm/components/CaseInformation/Fts.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Fts.js +41 -27
- package/lib/esm/components/CaseInformation/OpenCaseIssue.d.ts +1 -0
- package/lib/esm/components/CaseInformation/OpenCaseIssue.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/OpenCaseIssue.js +8 -3
- package/lib/esm/components/CaseInformation/Severity.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/Severity.js +34 -25
- package/lib/esm/components/CaseInformation/SupportLevel.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/SupportLevel.js +43 -51
- package/lib/esm/components/CaseManagement/CaseLabelsCreate.d.ts +4 -0
- package/lib/esm/components/CaseManagement/CaseLabelsCreate.d.ts.map +1 -0
- package/lib/esm/components/CaseManagement/CaseLabelsCreate.js +141 -0
- package/lib/esm/components/CaseManagement/CaseLanguageSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/CaseLanguageSelector.js +14 -17
- package/lib/esm/components/CaseManagement/CaseManagement.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/CaseManagement.js +15 -12
- package/lib/esm/components/CaseManagement/Cep.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/Cep.js +56 -51
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/ESSRemoteSessionCheckBox.js +50 -42
- package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.d.ts +2 -1
- package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/NoClusterIDReasonSelector.js +74 -72
- package/lib/esm/components/CaseManagement/OpenShiftClusterId.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/OpenShiftClusterId.js +14 -9
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts +1 -4
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/OpenshiftDropdownV4.js +136 -84
- package/lib/esm/components/CaseManagement/RHAssociatesSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/RHAssociatesSelector.js +12 -8
- package/lib/esm/components/CaseManagement/SendNotifications/AddContactToGroupModal.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/AddContactToGroupModal.js +8 -8
- package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/AddCustomEmailToAccountModal.js +19 -21
- package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.js +15 -10
- package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +94 -49
- package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.d.ts.map +1 -1
- package/lib/esm/components/ConfirmationModals/NoAttachmentSelectedModal.js +17 -34
- package/lib/esm/components/ConfirmationModals/PreCaseConfirmationModals.d.ts.map +1 -1
- package/lib/esm/components/ConfirmationModals/PreferredSecureSupportModal.d.ts.map +1 -1
- package/lib/esm/components/ConfirmationModals/PreferredSecureSupportModal.js +1 -1
- package/lib/esm/components/Cve/CveItem.d.ts.map +1 -1
- package/lib/esm/components/Cve/CveItem.js +14 -11
- package/lib/esm/components/Cve/CveModal.d.ts.map +1 -1
- package/lib/esm/components/Cve/CveModal.js +12 -11
- package/lib/esm/components/Cve/CvePanel.d.ts.map +1 -1
- package/lib/esm/components/Cve/CvePanel.js +18 -10
- package/lib/esm/components/Cve/CveSidebar.d.ts.map +1 -1
- package/lib/esm/components/Cve/CveSidebar.js +9 -8
- package/lib/esm/components/EditDescription/EditDescription.d.ts.map +1 -1
- package/lib/esm/components/EditDescription/EditDescription.js +4 -2
- package/lib/esm/components/IdeaInformation/IdeaInformation.d.ts.map +1 -1
- package/lib/esm/components/IdeaInformation/IdeaInformation.js +30 -24
- package/lib/esm/components/ImproveCase/Hostname.d.ts.map +1 -1
- package/lib/esm/components/ImproveCase/Hostname.js +2 -2
- package/lib/esm/components/ImproveCase/KtQuestions.js +6 -6
- package/lib/esm/components/OpenCase/CaseTypeIcons/BugIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/CaseTypeIcons/CertificationIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/CaseTypeIcons/CustomerServiceIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/CaseTypeIcons/DocumentationIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/CaseTypeIcons/GearIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/CaseTypeIcons/IdeaIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/CaseTypeIcons/RcaIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/OpenCase.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/OpenCase.js +2 -8
- package/lib/esm/components/OpenCase/SupportTypeIcons/BugIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeIcons/CertificationIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeIcons/CustomerServiceIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeIcons/DocumentationIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeIcons/GearIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeIcons/IdeaIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeIcons/RcaIcon.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.d.ts.map +1 -1
- package/lib/esm/components/OpenCase/SupportTypeSelectorPage.js +10 -15
- package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts +0 -1
- package/lib/esm/components/ProductSelector/AllProductsSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/AllProductsSelector.js +20 -39
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts +1 -1
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/NewProductDropdownSelector.js +67 -59
- package/lib/esm/components/ProductSelector/NewProductVersionSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/NewProductVersionSelector.js +47 -56
- package/lib/esm/components/ProductSelector/ProductNotEntitledWarning.d.ts +3 -0
- package/lib/esm/components/ProductSelector/ProductNotEntitledWarning.d.ts.map +1 -0
- package/lib/esm/components/ProductSelector/ProductNotEntitledWarning.js +9 -0
- package/lib/esm/components/ProductSelector/ProductSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/ProductSelector.js +7 -16
- package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.d.ts.map +1 -1
- package/lib/esm/components/ProductSelector/ProductVersionDropdownSelector.js +13 -5
- package/lib/esm/components/Recommendations/AsideResults.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/AsideResults.js +22 -12
- package/lib/esm/components/Recommendations/ClusterRecommendationItems.d.ts +2 -0
- package/lib/esm/components/Recommendations/ClusterRecommendationItems.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendationItems.js +18 -13
- package/lib/esm/components/Recommendations/ClusterRecommendationToast.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendationToast.js +1 -4
- package/lib/esm/components/Recommendations/ClusterRecommendations.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendations.js +3 -9
- package/lib/esm/components/Recommendations/ClusterRecommendationsModal.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/ClusterRecommendationsModal.js +10 -11
- package/lib/esm/components/Recommendations/CriticalSolutionsToast.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/CriticalSolutionsToast.js +1 -1
- package/lib/esm/components/Recommendations/EARules/EARule.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/EARules/EARule.js +9 -4
- package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/EARules/EARuleInfoAccordion.js +6 -4
- package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/EARules/EARuleInfoInline.js +9 -9
- package/lib/esm/components/Recommendations/InsightsResults.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/InsightsResults.js +9 -5
- package/lib/esm/components/Recommendations/InsightsRuleInfo.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/InsightsRuleInfo.js +25 -16
- package/lib/esm/components/Recommendations/RecommendationFeedbackModal.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/RecommendationFeedbackModal.js +7 -7
- package/lib/esm/components/Recommendations/RecommendationInfoBox.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/RecommendationInfoBox.js +7 -7
- package/lib/esm/components/Recommendations/Recommendations.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/Recommendations.js +51 -42
- package/lib/esm/components/Recommendations/RecommendationsLoader.js +1 -1
- package/lib/esm/components/Recommendations/RulesModal.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/RulesModal.js +10 -12
- package/lib/esm/components/Recommendations/WatsonxAiIcon.d.ts.map +1 -1
- package/lib/esm/components/Recommendations/WatsonxAiIcon.js +9 -10
- package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.d.ts.map +1 -1
- package/lib/esm/components/RemoteRider/RemoteRiderAcceptanceModal.js +10 -8
- package/lib/esm/components/RemoteRider/RemoteRiderBanner.js +1 -1
- package/lib/esm/components/Review/Review.d.ts.map +1 -1
- package/lib/esm/components/Review/Review.js +43 -28
- package/lib/esm/components/SessionRestore/RestoreLastSessionModal.d.ts.map +1 -1
- package/lib/esm/components/SessionRestore/RestoreLastSessionModal.js +7 -5
- package/lib/esm/components/SessionRestore/SessionRestore.d.ts +2 -0
- package/lib/esm/components/SessionRestore/SessionRestore.d.ts.map +1 -1
- package/lib/esm/components/SessionRestore/SessionRestore.js +35 -13
- package/lib/esm/components/SessionRestore/SessionRestoreCard.js +1 -1
- package/lib/esm/components/SubmitCase/SubmitCase.d.ts.map +1 -1
- package/lib/esm/components/SubmitCase/SubmitCase.js +34 -22
- package/lib/esm/components/Suggestions/EmptyTopContentSidebar.d.ts +3 -0
- package/lib/esm/components/Suggestions/EmptyTopContentSidebar.d.ts.map +1 -0
- package/lib/esm/components/Suggestions/EmptyTopContentSidebar.js +26 -0
- package/lib/esm/components/Suggestions/Suggestions.d.ts.map +1 -1
- package/lib/esm/components/Suggestions/Suggestions.js +31 -25
- package/lib/esm/components/Suggestions/TopContent.d.ts.map +1 -1
- package/lib/esm/components/Suggestions/TopContent.js +17 -17
- package/lib/esm/components/TroubleshootSection/AskRedHat.d.ts +9 -0
- package/lib/esm/components/TroubleshootSection/AskRedHat.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/AskRedHat.js +367 -0
- package/lib/esm/components/TroubleshootSection/CloseButton.d.ts +9 -0
- package/lib/esm/components/TroubleshootSection/CloseButton.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/CloseButton.js +5 -0
- package/lib/esm/components/TroubleshootSection/QuickResponse.d.ts +15 -0
- package/lib/esm/components/TroubleshootSection/QuickResponse.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/QuickResponse.js +26 -0
- package/lib/esm/components/TroubleshootSection/ResponseActionButton.d.ts +18 -0
- package/lib/esm/components/TroubleshootSection/ResponseActionButton.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/ResponseActionButton.js +28 -0
- package/lib/esm/components/TroubleshootSection/ResponseActions.d.ts +20 -0
- package/lib/esm/components/TroubleshootSection/ResponseActions.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/ResponseActions.js +54 -0
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts +20 -0
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.d.ts.map +1 -1
- package/lib/esm/components/TroubleshootSection/TroubleshootSection.js +346 -27
- package/lib/esm/components/TroubleshootSection/UserFeedback.d.ts +13 -0
- package/lib/esm/components/TroubleshootSection/UserFeedback.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/UserFeedback.js +50 -0
- package/lib/esm/components/TroubleshootSection/UserFeedbackComplete.d.ts +10 -0
- package/lib/esm/components/TroubleshootSection/UserFeedbackComplete.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/UserFeedbackComplete.js +50 -0
- package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.d.ts +9 -0
- package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/icons/CollapseIcon.js +9 -0
- package/lib/esm/components/TroubleshootSection/icons/StarIcon.d.ts +9 -0
- package/lib/esm/components/TroubleshootSection/icons/StarIcon.d.ts.map +1 -0
- package/lib/esm/components/TroubleshootSection/icons/StarIcon.js +17 -0
- package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.d.ts.map +1 -1
- package/lib/esm/components/UpdateSeverityModal/UpdateSeverityModal.js +157 -105
- package/lib/esm/components/shared/Constants.d.ts +1 -4
- package/lib/esm/components/shared/Constants.d.ts.map +1 -1
- package/lib/esm/components/shared/Constants.js +1 -4
- package/lib/esm/components/shared/Rule.d.ts.map +1 -1
- package/lib/esm/components/shared/Rule.js +6 -6
- package/lib/esm/components/shared/fileUpload/FileLister.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/FileLister.js +11 -14
- package/lib/esm/components/shared/fileUpload/FileUpload.js +2 -3
- package/lib/esm/components/shared/fileUpload/FileUploader.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/FileUploader.js +3 -1
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.d.ts +1 -0
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/WidgetFileUploader.js +13 -10
- package/lib/esm/components/shared/fileUpload/common/FileUploaderInfoIcon.js +1 -1
- package/lib/esm/components/shared/fileUpload/css/fileSelector.css +2 -0
- package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.d.ts +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/FileSelectorButton.js +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelector.js +4 -4
- package/lib/esm/components/shared/fileUpload/fileSelectors/WidgetFileSelectorImage.js +2 -2
- package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.d.ts +22 -5
- package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/reducer/AttachmentHelper.js +311 -60
- package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducer.d.ts +5 -1
- package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducer.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/reducer/AttachmentReducer.js +36 -1
- package/lib/esm/components/shared/fileUpload/types/index.d.ts +5 -1
- package/lib/esm/components/shared/fileUpload/types/index.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/useFileUploader.d.ts +2 -2
- package/lib/esm/components/shared/fileUpload/useFileUploader.d.ts.map +1 -1
- package/lib/esm/components/shared/fileUpload/useFileUploader.js +119 -47
- package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts +16 -6
- package/lib/esm/components/shared/input/ContactSelectorInternal.d.ts.map +1 -1
- package/lib/esm/components/shared/input/ContactSelectorInternal.js +133 -23
- package/lib/esm/components/shared/useIsSectionValid.d.ts.map +1 -1
- package/lib/esm/components/shared/useIsSectionValid.js +70 -91
- package/lib/esm/components/shared/usePostComment.d.ts.map +1 -1
- package/lib/esm/components/shared/usePostComment.js +16 -28
- package/lib/esm/components/shared/utils.d.ts +1 -0
- package/lib/esm/components/shared/utils.d.ts.map +1 -1
- package/lib/esm/components/shared/utils.js +9 -3
- package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/GlobalTroubleshootEffects.js +187 -37
- package/lib/esm/components/wizardLayout/MainSection.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/MainSection.js +5 -4
- package/lib/esm/components/wizardLayout/NewFeatureModal.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/NewFeatureModal.js +6 -6
- package/lib/esm/components/wizardLayout/WizardAside.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardAside.js +35 -15
- package/lib/esm/components/wizardLayout/WizardLayout.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardLayout.js +17 -46
- package/lib/esm/components/wizardLayout/WizardMain.d.ts +10 -1
- package/lib/esm/components/wizardLayout/WizardMain.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardMain.js +361 -22
- package/lib/esm/components/wizardLayout/WizardNavigation.d.ts +8 -2
- package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardNavigation.js +118 -75
- package/lib/esm/components/wizardLayout/index.d.ts +1 -0
- package/lib/esm/components/wizardLayout/index.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/index.js +1 -0
- package/lib/esm/constants/askRedHatMessages.d.ts +35 -0
- package/lib/esm/constants/askRedHatMessages.d.ts.map +1 -0
- package/lib/esm/constants/askRedHatMessages.js +61 -0
- package/lib/esm/constants/caseDetailsConstants.d.ts +15 -11
- package/lib/esm/constants/caseDetailsConstants.d.ts.map +1 -1
- package/lib/esm/constants/caseDetailsConstants.js +32 -12
- package/lib/esm/context/AIResponseContext.d.ts +10 -0
- package/lib/esm/context/AIResponseContext.d.ts.map +1 -0
- package/lib/esm/context/AIResponseContext.js +26 -0
- package/lib/esm/context/CaseContext.d.ts.map +1 -1
- package/lib/esm/context/RootTroubleshootProvider.d.ts.map +1 -1
- package/lib/esm/context/RootTroubleshootProvider.js +8 -6
- package/lib/esm/css/AskRedHat.css +495 -0
- package/lib/esm/css/app.css +54 -17
- package/lib/esm/css/case.css +499 -37
- package/lib/esm/css/productSelector.css +5 -1
- package/lib/esm/css/results.css +2 -2
- package/lib/esm/graphql/index.d.ts +4 -0
- package/lib/esm/graphql/index.d.ts.map +1 -0
- package/lib/esm/graphql/index.js +3 -0
- package/lib/esm/graphql/mutations/createRMECaseEscalation.d.ts +2 -0
- package/lib/esm/graphql/mutations/createRMECaseEscalation.d.ts.map +1 -0
- package/lib/esm/graphql/mutations/createRMECaseEscalation.js +24 -0
- package/lib/esm/graphql/mutations/index.d.ts +2 -0
- package/lib/esm/graphql/mutations/index.d.ts.map +1 -0
- package/lib/esm/graphql/mutations/index.js +1 -0
- package/lib/esm/graphql/queries/getEscalationDetails.d.ts +2 -0
- package/lib/esm/graphql/queries/getEscalationDetails.d.ts.map +1 -0
- package/lib/esm/graphql/queries/getEscalationDetails.js +36 -0
- package/lib/esm/graphql/queries/index.d.ts +2 -0
- package/lib/esm/graphql/queries/index.d.ts.map +1 -0
- package/lib/esm/graphql/queries/index.js +1 -0
- package/lib/esm/graphql/schemas/escalation.d.ts +66 -0
- package/lib/esm/graphql/schemas/escalation.d.ts.map +1 -0
- package/lib/esm/graphql/schemas/escalation.js +1 -0
- package/lib/esm/graphql/schemas/index.d.ts +2 -0
- package/lib/esm/graphql/schemas/index.d.ts.map +1 -0
- package/lib/esm/graphql/schemas/index.js +1 -0
- package/lib/esm/hooks/useAB.d.ts +23 -0
- package/lib/esm/hooks/useAB.d.ts.map +1 -0
- package/lib/esm/hooks/useAB.js +75 -0
- package/lib/esm/hooks/useARHResponse.d.ts +15 -0
- package/lib/esm/hooks/useARHResponse.d.ts.map +1 -0
- package/lib/esm/hooks/useARHResponse.js +103 -0
- package/lib/esm/hooks/useCaseComments/caseCommentsQuery.d.ts +4 -0
- package/lib/esm/hooks/useCaseComments/caseCommentsQuery.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseComments/caseCommentsQuery.js +57 -0
- package/lib/esm/hooks/useCaseComments/index.d.ts +8 -0
- package/lib/esm/hooks/useCaseComments/index.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseComments/index.js +5 -0
- package/lib/esm/hooks/useCaseComments/mapCaseComment.d.ts +25 -0
- package/lib/esm/hooks/useCaseComments/mapCaseComment.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseComments/mapCaseComment.js +75 -0
- package/lib/esm/hooks/useCaseComments/types.d.ts +93 -0
- package/lib/esm/hooks/useCaseComments/types.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseComments/types.js +1 -0
- package/lib/esm/hooks/useCaseComments/useCaseComments.d.ts +26 -0
- package/lib/esm/hooks/useCaseComments/useCaseComments.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseComments/useCaseComments.js +116 -0
- package/lib/esm/hooks/useCaseComments/useCreateCaseComment.d.ts +19 -0
- package/lib/esm/hooks/useCaseComments/useCreateCaseComment.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseComments/useCreateCaseComment.js +33 -0
- package/lib/esm/hooks/useCaseGroupUiState.d.ts +3 -0
- package/lib/esm/hooks/useCaseGroupUiState.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseGroupUiState.js +10 -0
- package/lib/esm/hooks/useCaseHistory.d.ts +26 -0
- package/lib/esm/hooks/useCaseHistory.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseHistory.js +107 -0
- package/lib/esm/hooks/useCaseLabelLinkMutations.d.ts +23 -0
- package/lib/esm/hooks/useCaseLabelLinkMutations.d.ts.map +1 -0
- package/lib/esm/hooks/useCaseLabelLinkMutations.js +84 -0
- package/lib/esm/hooks/useCaseUpdateErrorMessage.d.ts +9 -1
- package/lib/esm/hooks/useCaseUpdateErrorMessage.d.ts.map +1 -1
- package/lib/esm/hooks/useCaseUpdateErrorMessage.js +108 -11
- package/lib/esm/hooks/useResetCaseCreate.d.ts.map +1 -1
- package/lib/esm/hooks/useResetCaseCreate.js +18 -11
- package/lib/esm/hooks/useS3Upload.d.ts +5 -4
- package/lib/esm/hooks/useS3Upload.d.ts.map +1 -1
- package/lib/esm/hooks/useS3Upload.js +28 -30
- package/lib/esm/hooks/useWizard.d.ts +14 -0
- package/lib/esm/hooks/useWizard.d.ts.map +1 -1
- package/lib/esm/hooks/useWizard.js +33 -11
- package/lib/esm/i18n/template-de.d.ts +82 -4
- package/lib/esm/i18n/template-de.d.ts.map +1 -1
- package/lib/esm/i18n/template-de.js +82 -4
- package/lib/esm/i18n/template-es.d.ts +81 -3
- package/lib/esm/i18n/template-es.d.ts.map +1 -1
- package/lib/esm/i18n/template-es.js +81 -3
- package/lib/esm/i18n/template-fr.d.ts +81 -3
- package/lib/esm/i18n/template-fr.d.ts.map +1 -1
- package/lib/esm/i18n/template-fr.js +81 -3
- package/lib/esm/i18n/template-it.d.ts +81 -3
- package/lib/esm/i18n/template-it.d.ts.map +1 -1
- package/lib/esm/i18n/template-it.js +81 -3
- package/lib/esm/i18n/template-jp.d.ts +81 -3
- package/lib/esm/i18n/template-jp.d.ts.map +1 -1
- package/lib/esm/i18n/template-jp.js +81 -3
- package/lib/esm/i18n/template-ko.d.ts +81 -3
- package/lib/esm/i18n/template-ko.d.ts.map +1 -1
- package/lib/esm/i18n/template-ko.js +81 -3
- package/lib/esm/i18n/template-pt.d.ts +81 -3
- package/lib/esm/i18n/template-pt.d.ts.map +1 -1
- package/lib/esm/i18n/template-pt.js +81 -3
- package/lib/esm/i18n/template-ru.d.ts +47 -3
- package/lib/esm/i18n/template-ru.d.ts.map +1 -1
- package/lib/esm/i18n/template-ru.js +47 -3
- package/lib/esm/i18n/template-zh.d.ts +59 -3
- package/lib/esm/i18n/template-zh.d.ts.map +1 -1
- package/lib/esm/i18n/template-zh.js +59 -3
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +2 -0
- package/lib/esm/models/cache.d.ts +0 -2
- package/lib/esm/models/cache.d.ts.map +1 -1
- package/lib/esm/models/caseHistory.d.ts +86 -0
- package/lib/esm/models/caseHistory.d.ts.map +1 -0
- package/lib/esm/models/caseHistory.js +1 -0
- package/lib/esm/reducers/AIResponseConstNTypes.d.ts +90 -0
- package/lib/esm/reducers/AIResponseConstNTypes.d.ts.map +1 -0
- package/lib/esm/reducers/AIResponseConstNTypes.js +33 -0
- package/lib/esm/reducers/AIResponseReducer.d.ts +14 -0
- package/lib/esm/reducers/AIResponseReducer.d.ts.map +1 -0
- package/lib/esm/reducers/AIResponseReducer.js +80 -0
- package/lib/esm/reducers/CaseConstNTypes.d.ts +129 -9
- package/lib/esm/reducers/CaseConstNTypes.d.ts.map +1 -1
- package/lib/esm/reducers/CaseConstNTypes.js +39 -10
- package/lib/esm/reducers/CaseDetailsPageReducer.d.ts +7 -5
- package/lib/esm/reducers/CaseDetailsPageReducer.d.ts.map +1 -1
- package/lib/esm/reducers/CaseDetailsPageReducer.js +61 -26
- package/lib/esm/reducers/CaseDiscussionTabReducer.d.ts +11 -10
- package/lib/esm/reducers/CaseDiscussionTabReducer.d.ts.map +1 -1
- package/lib/esm/reducers/CaseDiscussionTabReducer.js +95 -64
- package/lib/esm/reducers/CaseHelpers.d.ts +26 -7
- package/lib/esm/reducers/CaseHelpers.d.ts.map +1 -1
- package/lib/esm/reducers/CaseHelpers.js +150 -27
- package/lib/esm/reducers/CaseOverviewReducer.d.ts +3 -1
- package/lib/esm/reducers/CaseOverviewReducer.d.ts.map +1 -1
- package/lib/esm/reducers/CaseOverviewReducer.js +7 -5
- package/lib/esm/reducers/CaseReducer.d.ts +59 -12
- package/lib/esm/reducers/CaseReducer.d.ts.map +1 -1
- package/lib/esm/reducers/CaseReducer.js +311 -95
- package/lib/esm/reducers/ClusterRecommendationsReducer.d.ts.map +1 -1
- package/lib/esm/reducers/RecommendationsReducer.d.ts.map +1 -1
- package/lib/esm/reducers/RecommendationsReducer.js +16 -19
- package/lib/esm/reducers/RouteConstNTypes.d.ts +1 -2
- package/lib/esm/reducers/RouteConstNTypes.d.ts.map +1 -1
- package/lib/esm/reducers/RouteConstNTypes.js +4 -1
- package/lib/esm/reducers/RouteReducer.d.ts +2 -2
- package/lib/esm/reducers/RouteReducer.d.ts.map +1 -1
- package/lib/esm/reducers/RouteReducer.js +1 -1
- package/lib/esm/reducers/RulesReducer.d.ts +11 -4
- package/lib/esm/reducers/RulesReducer.d.ts.map +1 -1
- package/lib/esm/reducers/RulesReducer.js +6 -1
- package/lib/esm/reducers/SessionRestoreReducer.d.ts +4 -3
- package/lib/esm/reducers/SessionRestoreReducer.d.ts.map +1 -1
- package/lib/esm/reducers/SessionRestoreReducer.js +51 -17
- package/lib/esm/reducers/TopContentReducer.d.ts.map +1 -1
- package/lib/esm/reducers/TopContentReducer.js +1 -1
- package/lib/esm/scss/_main.scss +295 -117
- package/lib/esm/scss/_pf-overrides.scss +269 -162
- package/lib/esm/utils/TimelineUtils.d.ts +41 -0
- package/lib/esm/utils/TimelineUtils.d.ts.map +1 -0
- package/lib/esm/utils/TimelineUtils.js +135 -0
- package/lib/esm/utils/caseDetailsCacheUtils.d.ts.map +1 -1
- package/lib/esm/utils/caseDetailsCacheUtils.js +1 -0
- package/lib/esm/utils/caseHistoryUtils.d.ts +85 -0
- package/lib/esm/utils/caseHistoryUtils.d.ts.map +1 -0
- package/lib/esm/utils/caseHistoryUtils.js +200 -0
- package/lib/esm/utils/caseOpenshiftClusterIdUtils.d.ts +1 -2
- package/lib/esm/utils/caseOpenshiftClusterIdUtils.d.ts.map +1 -1
- package/lib/esm/utils/caseOpenshiftClusterIdUtils.js +4 -4
- package/lib/esm/utils/caseSeverityFtsGraphQLUtils.d.ts +6 -0
- package/lib/esm/utils/caseSeverityFtsGraphQLUtils.d.ts.map +1 -0
- package/lib/esm/utils/caseSeverityFtsGraphQLUtils.js +26 -0
- package/lib/esm/utils/caseUtils.d.ts.map +1 -1
- package/lib/esm/utils/engagementUtils.d.ts +3 -0
- package/lib/esm/utils/engagementUtils.d.ts.map +1 -0
- package/lib/esm/utils/engagementUtils.js +16 -0
- package/lib/esm/utils/linkifyHtmlTextNodes.d.ts +8 -0
- package/lib/esm/utils/linkifyHtmlTextNodes.d.ts.map +1 -0
- package/lib/esm/utils/linkifyHtmlTextNodes.js +37 -0
- package/lib/esm/utils/remoteRiderUtils.d.ts.map +1 -1
- package/lib/esm/utils/visitedResourcesUtils.d.ts +31 -0
- package/lib/esm/utils/visitedResourcesUtils.d.ts.map +1 -0
- package/lib/esm/utils/visitedResourcesUtils.js +99 -0
- package/package.json +21 -26
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/CaseHistory.css +0 -0
|
@@ -138,7 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'Exporting CSV': string;
|
|
139
139
|
'Could not export CSV': string;
|
|
140
140
|
'4 (Low)': string;
|
|
141
|
-
'3 (
|
|
141
|
+
'3 (Medium)': string;
|
|
142
142
|
'2 (High)': string;
|
|
143
143
|
'1 (Urgent)': string;
|
|
144
144
|
'Saved for later': string;
|
|
@@ -460,7 +460,6 @@ declare const _default: {
|
|
|
460
460
|
'Bookmark account': string;
|
|
461
461
|
'Submit request': string;
|
|
462
462
|
'Active Customer Escalation (ACE)': string;
|
|
463
|
-
'Oldest to Newest': string;
|
|
464
463
|
i18RequestEscalationLearnMore: string;
|
|
465
464
|
'Private Notes': string;
|
|
466
465
|
on: string;
|
|
@@ -535,7 +534,7 @@ declare const _default: {
|
|
|
535
534
|
STANDARD: string;
|
|
536
535
|
PREMIUM: string;
|
|
537
536
|
'4 (Low) - 2 business days': string;
|
|
538
|
-
'3 (
|
|
537
|
+
'3 (Medium) - 1 business day': string;
|
|
539
538
|
'2 (High) - 4 business hours': string;
|
|
540
539
|
'1 (Urgent) - 1 business hour': string;
|
|
541
540
|
'Loading...': string;
|
|
@@ -800,6 +799,85 @@ declare const _default: {
|
|
|
800
799
|
'Update info': string;
|
|
801
800
|
Summarize: string;
|
|
802
801
|
'Describe more': string;
|
|
802
|
+
Resources: string;
|
|
803
|
+
'Upload a file for Red Hat to analyze': string;
|
|
804
|
+
'To help us provide the right guidance, upload a sosreport.': string;
|
|
805
|
+
'Describe your problem. Include specific actions and error messages.': string;
|
|
806
|
+
'How to create sosreport?': string;
|
|
807
|
+
'Articles recommended by OpenShift AI': string;
|
|
808
|
+
'Updating recommendations using OpenShift AI': string;
|
|
809
|
+
'Recommending articles using OpenShift AI': string;
|
|
810
|
+
'Exact match': string;
|
|
811
|
+
'Best match': string;
|
|
812
|
+
Match: string;
|
|
813
|
+
'Additional information': string;
|
|
814
|
+
'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
|
|
815
|
+
'convert to case': string;
|
|
816
|
+
'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
|
|
817
|
+
'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
|
|
818
|
+
'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
|
|
819
|
+
"Describe the impact to you or the business'": string;
|
|
820
|
+
'In what environment are you experiencing this behavior?': string;
|
|
821
|
+
'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
|
|
822
|
+
i18nKeyPlaceHolderDetail: string;
|
|
823
|
+
'Example:': string;
|
|
824
|
+
'To expedite your case, include these details:': string;
|
|
825
|
+
Problem: string;
|
|
826
|
+
'Error Messages': string;
|
|
827
|
+
'Tips for describing your problem': string;
|
|
828
|
+
"There aren't any related tasks": string;
|
|
829
|
+
All: string;
|
|
830
|
+
Jira: string;
|
|
831
|
+
'Do you want to close this case?': string;
|
|
832
|
+
i18ConfirmResolution: string;
|
|
833
|
+
Resolution: string;
|
|
834
|
+
'Red Hat solved my issue or reviewed my request': string;
|
|
835
|
+
'The issue has been self-solved': string;
|
|
836
|
+
"I'm not experiencing the issue anymore": string;
|
|
837
|
+
'AI insights is currently unavailable, try reloading.': string;
|
|
838
|
+
'Back to resources': string;
|
|
839
|
+
'Chat with AI': string;
|
|
840
|
+
'Chat with AI to get started': string;
|
|
841
|
+
'Error while loading AI insights': string;
|
|
842
|
+
'Getting AI insights...': string;
|
|
843
|
+
'No AI response available yet.': string;
|
|
844
|
+
'No recommendations for this product': string;
|
|
845
|
+
PREVIEW: string;
|
|
846
|
+
'Read more': string;
|
|
847
|
+
'Red Hat hand picked support articles': string;
|
|
848
|
+
Reload: string;
|
|
849
|
+
'Resolve your issue now with AI insights': string;
|
|
850
|
+
'Troubleshoot with AI insights': string;
|
|
851
|
+
'Want to continue the conversation? Dive deeper with our AI assistant': string;
|
|
852
|
+
'Why did you choose this rating?': string;
|
|
853
|
+
'<strong>Thank you. Any more feedback?</strong>': string;
|
|
854
|
+
'<strong>Thank you. How can we improve?</strong>': string;
|
|
855
|
+
'<strong>Thank you</strong>': string;
|
|
856
|
+
Accurate: string;
|
|
857
|
+
'Bad response': string;
|
|
858
|
+
Confusing: string;
|
|
859
|
+
Copy: string;
|
|
860
|
+
"Didn't solve my issue": string;
|
|
861
|
+
'Easy to understand': string;
|
|
862
|
+
'Good response': string;
|
|
863
|
+
Inaccurate: string;
|
|
864
|
+
'Response copied': string;
|
|
865
|
+
'Response recorded as helpful': string;
|
|
866
|
+
'Response recorded as unhelpful': string;
|
|
867
|
+
'Solved my issue': string;
|
|
868
|
+
'We appreciate your input. <br />It helps us improve this experience.': string;
|
|
869
|
+
'Newest to Oldest': string;
|
|
870
|
+
'Oldest to Newest': string;
|
|
871
|
+
Reset: string;
|
|
872
|
+
'Search for a user, action, or keyword': string;
|
|
873
|
+
'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
|
|
874
|
+
'Try modifying your search query or changing the date range and try again.': string;
|
|
875
|
+
"This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
|
|
876
|
+
'<span>Return to</span> <button>case creation</button>': string;
|
|
877
|
+
'Resolve your issues now with AI insights': string;
|
|
878
|
+
'Generate AI case summary': string;
|
|
879
|
+
'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
|
|
880
|
+
"Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
|
|
803
881
|
};
|
|
804
882
|
export default _default;
|
|
805
883
|
//# sourceMappingURL=template-it.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-it.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-it.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2hCE"}
|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
138
138
|
'Exporting CSV': 'Esportazione CSV',
|
|
139
139
|
'Could not export CSV': 'Impossibile esportare CSV',
|
|
140
140
|
'4 (Low)': '4 (basso)',
|
|
141
|
-
'3 (
|
|
141
|
+
'3 (Medium)': '3 (normale)',
|
|
142
142
|
'2 (High)': '2 (alto)',
|
|
143
143
|
'1 (Urgent)': '1 (urgente)',
|
|
144
144
|
'Saved for later': 'Salvato per dopo',
|
|
@@ -460,7 +460,6 @@ export default {
|
|
|
460
460
|
'Bookmark account': 'Assegna segnalibri agli account',
|
|
461
461
|
'Submit request': 'Invia una richiesta',
|
|
462
462
|
'Active Customer Escalation (ACE)': 'Escalation cliente attivo (ACE)',
|
|
463
|
-
'Oldest to Newest': 'Dal meno recente al più recente',
|
|
464
463
|
i18RequestEscalationLearnMore: 'Se ritieni che il problema si sia aggravato o che il caso debba essere classificato con una priorità più elevata, fornisci un commento dettagliato, e il caso in questione verrà esaminato da un responsabile del supporto. <2>Learn more.</2>',
|
|
465
464
|
'Private Notes': 'Note private',
|
|
466
465
|
on: 'il',
|
|
@@ -535,7 +534,7 @@ export default {
|
|
|
535
534
|
STANDARD: 'STANDARD',
|
|
536
535
|
PREMIUM: 'PREMIUM',
|
|
537
536
|
'4 (Low) - 2 business days': '4 (Basso): 2 giorni lavorativi',
|
|
538
|
-
'3 (
|
|
537
|
+
'3 (Medium) - 1 business day': '3 (Normale): 1 giorno lavorativo',
|
|
539
538
|
'2 (High) - 4 business hours': '2 (alto): 4 ore lavorative',
|
|
540
539
|
'1 (Urgent) - 1 business hour': '1 (urgente): 1 ora lavorativa',
|
|
541
540
|
'Loading...': 'Caricamento in corso',
|
|
@@ -802,4 +801,83 @@ export default {
|
|
|
802
801
|
'Update info': 'Info aktualisieren',
|
|
803
802
|
Summarize: 'Riassumere',
|
|
804
803
|
'Describe more': 'Descrivere più dettagliatamente',
|
|
804
|
+
Resources: 'Risorse',
|
|
805
|
+
'Upload a file for Red Hat to analyze': 'Carica un file che Red Hat possa analizzare',
|
|
806
|
+
'To help us provide the right guidance, upload a sosreport.': 'Per aiutarci a fornire le indicazioni giuste, carica un sosreport.',
|
|
807
|
+
'Describe your problem. Include specific actions and error messages.': 'Descrivi il tuo problema. Includi azioni specifiche e messaggi di errore.',
|
|
808
|
+
'How to create sosreport?': 'Come si crea un sosreport?',
|
|
809
|
+
'Articles recommended by OpenShift AI': 'Articoli consigliati da OpenShift AI',
|
|
810
|
+
'Updating recommendations using OpenShift AI': 'Aggiornamento delle raccomandazioni tramite OpenShift AI',
|
|
811
|
+
'Recommending articles using OpenShift AI': 'Consigliare articoli tramite OpenShift AI',
|
|
812
|
+
'Exact match': 'Corrispondenza esatta',
|
|
813
|
+
'Best match': 'Migliore corrispondenza',
|
|
814
|
+
Match: 'Corrispondenza',
|
|
815
|
+
'Additional information': 'Informazioni aggiuntive',
|
|
816
|
+
'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'Gli articoli del supporto vengono abbinati ai dettagli del prodotto e della versione selezionati, non ai dettagli del problema inseriti.',
|
|
817
|
+
'convert to case': 'converti in caso',
|
|
818
|
+
'Please provide details about the location, device, software version, etc. where you encounter this issue': 'Fornisci dettagli sulla posizione, sul dispositivo, sulla versione del software, ecc. in cui riscontri questo problema',
|
|
819
|
+
'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': "Descrivi l'impatto finanziario o per l'utente. Raccontaci di eventuali urgenze legali, nazionali o mediche.",
|
|
820
|
+
'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': 'Descrivi quando e con quale frequenza si verifica il problema, ad esempio quotidianamente, dopo azioni specifiche, in momenti particolari della giornata, ecc.',
|
|
821
|
+
"Describe the impact to you or the business'": "Descrivi l'impatto su di te o sull'azienda",
|
|
822
|
+
'In what environment are you experiencing this behavior?': 'In quale ambiente riscontri questo comportamento?',
|
|
823
|
+
'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': 'Con quale frequenza si verifica questo comportamento? Si verifica ripetutamente o in determinati momenti?',
|
|
824
|
+
i18nKeyPlaceHolderDetail: 'Più dettagli fornirai, più ci sarà facile aiutarti.',
|
|
825
|
+
'Example:': 'Esempio:',
|
|
826
|
+
'To expedite your case, include these details:': 'Per velocizzare il caso, includi questi dettagli:',
|
|
827
|
+
Problem: 'Problema',
|
|
828
|
+
'Error Messages': 'Messaggi di errore',
|
|
829
|
+
'Tips for describing your problem': 'Suggerimenti per descrivere il problema',
|
|
830
|
+
"There aren't any related tasks": 'Non ci sono attività correlate',
|
|
831
|
+
All: 'Tutto',
|
|
832
|
+
Jira: 'Jira',
|
|
833
|
+
'Do you want to close this case?': 'Vuoi chiudere questo caso?',
|
|
834
|
+
i18ConfirmResolution: 'Confermando, lo stato di questo caso verrà impostato come <1>chiuso<1/>. Puoi comunque visualizzarlo dopo la chiusura.',
|
|
835
|
+
Resolution: 'Risoluzione',
|
|
836
|
+
'Red Hat solved my issue or reviewed my request': 'Red Hat ha risolto il problema o ha esaminato la richiesta',
|
|
837
|
+
'The issue has been self-solved': 'Il problema è stato risolto da solo',
|
|
838
|
+
"I'm not experiencing the issue anymore": 'Non riscontro più il problema',
|
|
839
|
+
'AI insights is currently unavailable, try reloading.': "Al momento le informazioni sull'intelligenza artificiale non sono disponibili. Prova a ricaricarle.",
|
|
840
|
+
'Back to resources': 'Torna alle risorse',
|
|
841
|
+
'Chat with AI': "Chatta con l'IA",
|
|
842
|
+
'Chat with AI to get started': "Chatta con l'IA per iniziare",
|
|
843
|
+
'Error while loading AI insights': "Errore durante il caricamento delle informazioni sull'IA",
|
|
844
|
+
'Getting AI insights...': "Recupero informazioni dall'IA...",
|
|
845
|
+
'No AI response available yet.': "Nessuna risposta dell'IA è ancora disponibile.",
|
|
846
|
+
'No recommendations for this product': 'Nessun suggerimento per questo prodotto',
|
|
847
|
+
PREVIEW: 'ANTEPRIMA',
|
|
848
|
+
'Read more': 'Per saperne di più',
|
|
849
|
+
'Red Hat hand picked support articles': 'Articoli del supporto selezionati da Red Hat',
|
|
850
|
+
Reload: 'Ricarica',
|
|
851
|
+
'Resolve your issue now with AI insights': "Risolvi subito il tuo problema con le informazioni dell'IA",
|
|
852
|
+
'Troubleshoot with AI insights': "Risoluzione dei problemi con informazioni basate sull'IA",
|
|
853
|
+
'Want to continue the conversation? Dive deeper with our AI assistant': 'Vuoi continuare la conversazione? Approfondisci con il nostro assistente IA',
|
|
854
|
+
'Why did you choose this rating?': 'Perché hai scelto questa valutazione?',
|
|
855
|
+
'<strong>Thank you. Any more feedback?</strong>': '<strong>Grazie. Hai altri commenti?</strong>',
|
|
856
|
+
'<strong>Thank you. How can we improve?</strong>': '<strong>Grazie. Come possiamo migliorare?</strong>',
|
|
857
|
+
'<strong>Thank you</strong>': '<strong>Grazie</strong>',
|
|
858
|
+
Accurate: 'Precisa',
|
|
859
|
+
'Bad response': 'Risposta pessima',
|
|
860
|
+
Confusing: 'Confusa',
|
|
861
|
+
Copy: 'Copia',
|
|
862
|
+
"Didn't solve my issue": 'Non ha risolto il mio problema',
|
|
863
|
+
'Easy to understand': 'Facile da capire',
|
|
864
|
+
'Good response': 'Buona risposta',
|
|
865
|
+
Inaccurate: 'Imprecisa',
|
|
866
|
+
'Response copied': 'Risposta copiata',
|
|
867
|
+
'Response recorded as helpful': 'Risposta registrata come utile',
|
|
868
|
+
'Response recorded as unhelpful': 'Risposta registrata come inutile',
|
|
869
|
+
'Solved my issue': 'Ha risolto il mio problema',
|
|
870
|
+
'We appreciate your input. <br />It helps us improve this experience.': 'Apprezziamo il tuo contributo. <br />Ci aiuta a migliorare questa esperienza.',
|
|
871
|
+
'Newest to Oldest': 'Dal più recente al meno recente',
|
|
872
|
+
'Oldest to Newest': 'Dal meno recente al più recente',
|
|
873
|
+
Reset: 'Resetta',
|
|
874
|
+
'Search for a user, action, or keyword': "Cerca un utente, un'azione o una parola chiave",
|
|
875
|
+
'Try <reloadLink>reloading the page</reloadLink> or check back later': 'Prova a <reloadLink>ricaricare la pagina</reloadLink> o controlla di nuovo più tardi',
|
|
876
|
+
'Try modifying your search query or changing the date range and try again.': "Prova a modificare la query di ricerca o a cambiare l'intervallo di date e riprova.",
|
|
877
|
+
"This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": "Questa funzionalità usa la tecnologia IA. Le interazioni possono essere utilizzate per migliorare i prodotti o i servizi di Red Hat. Per ulteriori informazioni sulle nostre pratiche in materia di privacy, consulta l'<a>Informativa sulla privacy di Red Hat</a>.",
|
|
878
|
+
'<span>Return to</span> <button>case creation</button>': '<span>Torna alla</span> <button>creazione del caso</button>',
|
|
879
|
+
'Resolve your issues now with AI insights': "Risolvi subito i tuoi problemi con le informazioni dell'IA",
|
|
880
|
+
'Generate AI case summary': "Genera un riepilogo del caso con l'IA",
|
|
881
|
+
'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': "Utilizzando questa funzionalità, le informazioni relative al tuo caso di supporto verranno utilizzate per creare un riepilogo dei tuoi casi generato dall'IA. Le informazioni potrebbero non essere aggiornate o potrebbero contenere errori. Controlla sempre i contenuti generati dall'IA prima di utilizzarli. Ti invitiamo a inviare feedback per migliorare la funzionalità di riepilogo dei casi",
|
|
882
|
+
"Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": "Non condividere informazioni personali o sensibili nel tuo feedback, che potrebbe essere utilizzato per migliorare i prodotti o i servizi di Red Hat. Per ulteriori informazioni sulle nostre pratiche in materia di privacy, consulta l'<a><u>Informativa sulla privacy di Red Hat</u></a>.",
|
|
805
883
|
};
|
|
@@ -138,7 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'Exporting CSV': string;
|
|
139
139
|
'Could not export CSV': string;
|
|
140
140
|
'4 (Low)': string;
|
|
141
|
-
'3 (
|
|
141
|
+
'3 (Medium)': string;
|
|
142
142
|
'2 (High)': string;
|
|
143
143
|
'1 (Urgent)': string;
|
|
144
144
|
'Saved for later': string;
|
|
@@ -462,7 +462,6 @@ declare const _default: {
|
|
|
462
462
|
Subject: string;
|
|
463
463
|
i18RequestEscalationLearnMore: string;
|
|
464
464
|
Saturday: string;
|
|
465
|
-
'Oldest to Newest': string;
|
|
466
465
|
on: string;
|
|
467
466
|
'Waiting on Customer': string;
|
|
468
467
|
'Waiting on Red Hat': string;
|
|
@@ -534,7 +533,7 @@ declare const _default: {
|
|
|
534
533
|
STANDARD: string;
|
|
535
534
|
PREMIUM: string;
|
|
536
535
|
'4 (Low) - 2 business days': string;
|
|
537
|
-
'3 (
|
|
536
|
+
'3 (Medium) - 1 business day': string;
|
|
538
537
|
'2 (High) - 4 business hours': string;
|
|
539
538
|
'1 (Urgent) - 1 business hour': string;
|
|
540
539
|
'Loading...': string;
|
|
@@ -803,6 +802,85 @@ declare const _default: {
|
|
|
803
802
|
'View case': string;
|
|
804
803
|
'Update info': string;
|
|
805
804
|
'These changes to your phone number affect only this case.': string;
|
|
805
|
+
Resources: string;
|
|
806
|
+
'Upload a file for Red Hat to analyze': string;
|
|
807
|
+
'To help us provide the right guidance, upload a sosreport.': string;
|
|
808
|
+
'Describe your problem. Include specific actions and error messages.': string;
|
|
809
|
+
'How to create sosreport?': string;
|
|
810
|
+
'Articles recommended by OpenShift AI': string;
|
|
811
|
+
'Updating recommendations using OpenShift AI': string;
|
|
812
|
+
'Recommending articles using OpenShift AI': string;
|
|
813
|
+
'Exact match': string;
|
|
814
|
+
'Best match': string;
|
|
815
|
+
Match: string;
|
|
816
|
+
'Additional information': string;
|
|
817
|
+
'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
|
|
818
|
+
'convert to case': string;
|
|
819
|
+
'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
|
|
820
|
+
'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
|
|
821
|
+
'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
|
|
822
|
+
"Describe the impact to you or the business'": string;
|
|
823
|
+
'In what environment are you experiencing this behavior?': string;
|
|
824
|
+
'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
|
|
825
|
+
i18nKeyPlaceHolderDetail: string;
|
|
826
|
+
'Example:': string;
|
|
827
|
+
'To expedite your case, include these details:': string;
|
|
828
|
+
Problem: string;
|
|
829
|
+
'Error Messages': string;
|
|
830
|
+
'Tips for describing your problem': string;
|
|
831
|
+
"There aren't any related tasks": string;
|
|
832
|
+
All: string;
|
|
833
|
+
Jira: string;
|
|
834
|
+
'Do you want to close this case?': string;
|
|
835
|
+
i18ConfirmResolution: string;
|
|
836
|
+
Resolution: string;
|
|
837
|
+
'Red Hat solved my issue or reviewed my request': string;
|
|
838
|
+
'The issue has been self-solved': string;
|
|
839
|
+
"I'm not experiencing the issue anymore": string;
|
|
840
|
+
'AI insights is currently unavailable, try reloading.': string;
|
|
841
|
+
'Back to resources': string;
|
|
842
|
+
'Chat with AI': string;
|
|
843
|
+
'Chat with AI to get started': string;
|
|
844
|
+
'Error while loading AI insights': string;
|
|
845
|
+
'Getting AI insights...': string;
|
|
846
|
+
'No AI response available yet.': string;
|
|
847
|
+
'No recommendations for this product': string;
|
|
848
|
+
PREVIEW: string;
|
|
849
|
+
'Read more': string;
|
|
850
|
+
'Red Hat hand picked support articles': string;
|
|
851
|
+
Reload: string;
|
|
852
|
+
'Resolve your issue now with AI insights': string;
|
|
853
|
+
'Troubleshoot with AI insights': string;
|
|
854
|
+
'Want to continue the conversation? Dive deeper with our AI assistant': string;
|
|
855
|
+
'Why did you choose this rating?': string;
|
|
856
|
+
'<strong>Thank you. Any more feedback?</strong>': string;
|
|
857
|
+
'<strong>Thank you. How can we improve?</strong>': string;
|
|
858
|
+
'<strong>Thank you</strong>': string;
|
|
859
|
+
Accurate: string;
|
|
860
|
+
'Bad response': string;
|
|
861
|
+
Confusing: string;
|
|
862
|
+
Copy: string;
|
|
863
|
+
"Didn't solve my issue": string;
|
|
864
|
+
'Easy to understand': string;
|
|
865
|
+
'Good response': string;
|
|
866
|
+
Inaccurate: string;
|
|
867
|
+
'Response copied': string;
|
|
868
|
+
'Response recorded as helpful': string;
|
|
869
|
+
'Response recorded as unhelpful': string;
|
|
870
|
+
'Solved my issue': string;
|
|
871
|
+
'We appreciate your input. <br />It helps us improve this experience.': string;
|
|
872
|
+
'Newest to Oldest': string;
|
|
873
|
+
'Oldest to Newest': string;
|
|
874
|
+
Reset: string;
|
|
875
|
+
'Search for a user, action, or keyword': string;
|
|
876
|
+
'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
|
|
877
|
+
'Try modifying your search query or changing the date range and try again.': string;
|
|
878
|
+
"This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
|
|
879
|
+
'<span>Return to</span> <button>case creation</button>': string;
|
|
880
|
+
'Resolve your issues now with AI insights': string;
|
|
881
|
+
'Generate AI case summary': string;
|
|
882
|
+
'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
|
|
883
|
+
"Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
|
|
806
884
|
};
|
|
807
885
|
export default _default;
|
|
808
886
|
//# sourceMappingURL=template-jp.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-jp.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-jp.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA4gCE"}
|
|
@@ -138,7 +138,7 @@ export default {
|
|
|
138
138
|
'Exporting CSV': 'CSV をエクスポート中です',
|
|
139
139
|
'Could not export CSV': 'CSV をエクスポートできません',
|
|
140
140
|
'4 (Low)': '4 (低)',
|
|
141
|
-
'3 (
|
|
141
|
+
'3 (Medium)': '3 (中)',
|
|
142
142
|
'2 (High)': '2 (高)',
|
|
143
143
|
'1 (Urgent)': '1 (緊急)',
|
|
144
144
|
'Saved for later': '一時保存しました',
|
|
@@ -463,7 +463,6 @@ export default {
|
|
|
463
463
|
Subject: '件名:',
|
|
464
464
|
i18RequestEscalationLearnMore: '問題がより深刻になった、またはケースの優先度を高める必要があると思われる場合は、詳細なコメントを入力してください。サポートマネージャーがケースを確認します。<1>Learn more</1>',
|
|
465
465
|
Saturday: '土曜日',
|
|
466
|
-
'Oldest to Newest': '古い順',
|
|
467
466
|
on: '日付:',
|
|
468
467
|
'Waiting on Customer': 'お客様の返信待ち',
|
|
469
468
|
'Waiting on Red Hat': 'Red Hat の返信待ち',
|
|
@@ -535,7 +534,7 @@ export default {
|
|
|
535
534
|
STANDARD: 'STANDARD',
|
|
536
535
|
PREMIUM: 'PREMIUM',
|
|
537
536
|
'4 (Low) - 2 business days': '4 (低) - 2 営業日',
|
|
538
|
-
'3 (
|
|
537
|
+
'3 (Medium) - 1 business day': '3 (中) - 1 営業日',
|
|
539
538
|
'2 (High) - 4 business hours': '2 (高) - 4 営業時間',
|
|
540
539
|
'1 (Urgent) - 1 business hour': '1 (緊急) - 1 営業時間',
|
|
541
540
|
'Loading...': '読み込み中...',
|
|
@@ -808,4 +807,83 @@ export default {
|
|
|
808
807
|
'View case': 'ケースの表示',
|
|
809
808
|
'Update info': '情報の更新',
|
|
810
809
|
'These changes to your phone number affect only this case.': 'これらの電話番号への変更は、このケースにのみ影響します',
|
|
810
|
+
Resources: 'リソース',
|
|
811
|
+
'Upload a file for Red Hat to analyze': 'Red Hat が分析するためのファイルをアップロードする',
|
|
812
|
+
'To help us provide the right guidance, upload a sosreport.': '適切な案内をご提供できるように、sosreport をアップロードしてください。',
|
|
813
|
+
'Describe your problem. Include specific actions and error messages.': '問題を説明してください。具体的な操作とエラーメッセージも記入してください。',
|
|
814
|
+
'How to create sosreport?': 'sosreport の作成方法',
|
|
815
|
+
'Articles recommended by OpenShift AI': 'OpenShift AI による推奨記事',
|
|
816
|
+
'Updating recommendations using OpenShift AI': 'OpenShift AI を使用した推奨を更新中',
|
|
817
|
+
'Recommending articles using OpenShift AI': 'OpenShift AI を使用した記事の推奨',
|
|
818
|
+
'Exact match': '完全一致',
|
|
819
|
+
'Best match': 'ベストマッチ',
|
|
820
|
+
Match: '一致',
|
|
821
|
+
'Additional information': '関連情報',
|
|
822
|
+
'Support articles are matched to the product and version details you selected, not the problem details you entered.': 'サポート記事は、お客様が入力した問題の詳細ではなく、選択した製品とバージョンの詳細とマッチします。',
|
|
823
|
+
'convert to case': 'ケースの作成へ進む',
|
|
824
|
+
'Please provide details about the location, device, software version, etc. where you encounter this issue': '問題が発生した場所、デバイス、ソフトウェアバージョンなどの詳細をお知らせください',
|
|
825
|
+
'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': 'ユーザーへの影響や経済的影響について説明してください。法的、国家的、または医学的な緊急性があればお知らせください。',
|
|
826
|
+
'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': '問題がいつ、どのくらいの頻度で発生するかを説明してください (毎日、特定の操作後、特定の時間など)。',
|
|
827
|
+
"Describe the impact to you or the business'": 'お客様やビジネスへの影響について説明してください',
|
|
828
|
+
'In what environment are you experiencing this behavior?': 'この動作はどのような環境で発生していますか。',
|
|
829
|
+
'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': 'この動作はどのくらいの頻度で発生しますか。繰り返し発生しますか、それとも特定の時間に発生しますか。',
|
|
830
|
+
i18nKeyPlaceHolderDetail: '詳細を詳しくご記入いただければ、より円滑なサポートをご提供できます。',
|
|
831
|
+
'Example:': '例:',
|
|
832
|
+
'To expedite your case, include these details:': 'ケースを迅速に処理できるように、次の詳細を記載してください。',
|
|
833
|
+
Problem: '問題',
|
|
834
|
+
'Error Messages': 'エラーメッセージ',
|
|
835
|
+
'Tips for describing your problem': '問題を説明するためのヒント',
|
|
836
|
+
"There aren't any related tasks": '関連するタスクはありません',
|
|
837
|
+
All: 'すべて',
|
|
838
|
+
Jira: 'Jira',
|
|
839
|
+
'Do you want to close this case?': 'このケースをクローズしますか。',
|
|
840
|
+
i18ConfirmResolution: '確認すると、このケースのステータスがクローズに設定されます。クローズ後もケースは引き続き表示できます。',
|
|
841
|
+
Resolution: '解決策',
|
|
842
|
+
'Red Hat solved my issue or reviewed my request': 'Red Hat が問題を解決した、またはお客様の依頼を確認した',
|
|
843
|
+
'The issue has been self-solved': '自分で問題を解決した',
|
|
844
|
+
"I'm not experiencing the issue anymore": '問題が発生しなくなった',
|
|
845
|
+
'AI insights is currently unavailable, try reloading.': 'AI インサイトは現在利用できません。再読み込みしてください。',
|
|
846
|
+
'Back to resources': 'リソースに戻る',
|
|
847
|
+
'Chat with AI': 'AI とチャット',
|
|
848
|
+
'Chat with AI to get started': 'AI とのチャットから始める',
|
|
849
|
+
'Error while loading AI insights': 'AI インサイトの読み込み中にエラーが発生しました',
|
|
850
|
+
'Getting AI insights...': 'AI インサイトを取得中...',
|
|
851
|
+
'No AI response available yet.': 'AI の回答はまだ利用できません。',
|
|
852
|
+
'No recommendations for this product': 'この製品に関する推奨事項はありません',
|
|
853
|
+
PREVIEW: 'プレビュー',
|
|
854
|
+
'Read more': '続きを読む',
|
|
855
|
+
'Red Hat hand picked support articles': 'Red Hat 厳選サポート記事',
|
|
856
|
+
Reload: '再読み込み',
|
|
857
|
+
'Resolve your issue now with AI insights': 'AI インサイトで今すぐ問題を解決',
|
|
858
|
+
'Troubleshoot with AI insights': 'AI インサイトによるトラブルシューティング',
|
|
859
|
+
'Want to continue the conversation? Dive deeper with our AI assistant': '会話を続けますか? AI アシスタントでさらに深く掘り下げましょう',
|
|
860
|
+
'Why did you choose this rating?': 'この評価を選んだ理由を教えてください。',
|
|
861
|
+
'<strong>Thank you. Any more feedback?</strong>': '<strong>ありがとうございます。他にご意見はありますか?</strong>',
|
|
862
|
+
'<strong>Thank you. How can we improve?</strong>': '<strong>ありがとうございます。改善点がありましたらお聞かせください。</strong>',
|
|
863
|
+
'<strong>Thank you</strong>': '<strong>ありがとうございます</strong>',
|
|
864
|
+
Accurate: '正確',
|
|
865
|
+
'Bad response': '不適切な回答',
|
|
866
|
+
Confusing: 'わかりにくい',
|
|
867
|
+
Copy: 'コピー',
|
|
868
|
+
"Didn't solve my issue": '問題が解決しなかった',
|
|
869
|
+
'Easy to understand': 'わかりやすい',
|
|
870
|
+
'Good response': '適切な回答',
|
|
871
|
+
Inaccurate: '不正確',
|
|
872
|
+
'Response copied': '回答をコピーしました',
|
|
873
|
+
'Response recorded as helpful': '回答が役に立ったと記録されました',
|
|
874
|
+
'Response recorded as unhelpful': '回答が役に立たないと記録されました',
|
|
875
|
+
'Solved my issue': '問題が解決した',
|
|
876
|
+
'We appreciate your input. <br />It helps us improve this experience.': 'ご意見をお寄せいただきありがとうございます。<br />この機能の改善に役立てさせていただきます。',
|
|
877
|
+
'Newest to Oldest': '新しい順',
|
|
878
|
+
'Oldest to Newest': '古い順',
|
|
879
|
+
Reset: 'リセット',
|
|
880
|
+
'Search for a user, action, or keyword': 'ユーザー、アクション、キーワードの検索',
|
|
881
|
+
'Try <reloadLink>reloading the page</reloadLink> or check back later': '<reloadLink>ページを再読み込み</reloadLink> するか、後でもう一度確認してください',
|
|
882
|
+
'Try modifying your search query or changing the date range and try again.': '検索クエリーを変更するか、日付範囲を変更してもう一度お試しください。',
|
|
883
|
+
"This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": 'この機能は AI 技術を使用しています。操作の内容が Red Hat の製品またはサービスの改善に使用される場合があります。Red Hat のプライバシー保護方針の詳細は、<a>Red Hat のプライバシーステートメント </a> を参照してください。',
|
|
884
|
+
'<span>Return to</span> <button>case creation</button>': '<button>ケース作成</button> <span>に戻る</span>',
|
|
885
|
+
'Resolve your issues now with AI insights': 'AI インサイトで今すぐ問題を解決',
|
|
886
|
+
'Generate AI case summary': 'AI ケースサマリーを生成する',
|
|
887
|
+
'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': 'この機能を使用すると、お客様のサポートケースの情報が、AI によるケースサマリーの作成に使用されます。情報が最新でない場合や、誤りが含まれる場合があります。ご使用前に必ず AI 生成コンテンツをご確認ください。当社では、ケースサマリー機能の改善のために、フィードバックを募集しています。',
|
|
888
|
+
"Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat’s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": 'フィードバックで個人情報やその他の機密情報を共有しないようご注意ください。フィードバックは Red Hat の製品やサービスの改善に使用される場合があります。Red Hat のプライバシー保護に関する詳細は、<a><u>Red Hat プライバシーステートメント</u></a> を参照してください。',
|
|
811
889
|
};
|
|
@@ -138,7 +138,7 @@ declare const _default: {
|
|
|
138
138
|
'Exporting CSV': string;
|
|
139
139
|
'Could not export CSV': string;
|
|
140
140
|
'4 (Low)': string;
|
|
141
|
-
'3 (
|
|
141
|
+
'3 (Medium)': string;
|
|
142
142
|
'2 (High)': string;
|
|
143
143
|
'1 (Urgent)': string;
|
|
144
144
|
'Saved for later': string;
|
|
@@ -461,7 +461,6 @@ declare const _default: {
|
|
|
461
461
|
'Bookmark account': string;
|
|
462
462
|
'Submit request': string;
|
|
463
463
|
'Active Customer Escalation (ACE)': string;
|
|
464
|
-
'Oldest to Newest': string;
|
|
465
464
|
i18RequestEscalationLearnMore: string;
|
|
466
465
|
'Private Notes': string;
|
|
467
466
|
on: string;
|
|
@@ -536,7 +535,7 @@ declare const _default: {
|
|
|
536
535
|
STANDARD: string;
|
|
537
536
|
PREMIUM: string;
|
|
538
537
|
'4 (Low) - 2 business days': string;
|
|
539
|
-
'3 (
|
|
538
|
+
'3 (Medium) - 1 business day': string;
|
|
540
539
|
'2 (High) - 4 business hours': string;
|
|
541
540
|
'1 (Urgent) - 1 business hour': string;
|
|
542
541
|
'Loading...': string;
|
|
@@ -801,6 +800,85 @@ declare const _default: {
|
|
|
801
800
|
'or as in your Service Level Agreement (SLA)': string;
|
|
802
801
|
'View case': string;
|
|
803
802
|
'Update info': string;
|
|
803
|
+
Resources: string;
|
|
804
|
+
'Upload a file for Red Hat to analyze': string;
|
|
805
|
+
'To help us provide the right guidance, upload a sosreport.': string;
|
|
806
|
+
'Describe your problem. Include specific actions and error messages.': string;
|
|
807
|
+
'How to create sosreport?': string;
|
|
808
|
+
'Articles recommended by OpenShift AI': string;
|
|
809
|
+
'Updating recommendations using OpenShift AI': string;
|
|
810
|
+
'Recommending articles using OpenShift AI': string;
|
|
811
|
+
'Exact match': string;
|
|
812
|
+
'Best match': string;
|
|
813
|
+
Match: string;
|
|
814
|
+
'Additional information': string;
|
|
815
|
+
'Support articles are matched to the product and version details you selected, not the problem details you entered.': string;
|
|
816
|
+
'convert to case': string;
|
|
817
|
+
'Please provide details about the location, device, software version, etc. where you encounter this issue': string;
|
|
818
|
+
'Describe the user or financial impact. Tell us about any legal, national, or medical urgency.': string;
|
|
819
|
+
'Describe when and how often the problem occurs, e.g., daily, after specific actions, at particular times of day, etc.': string;
|
|
820
|
+
"Describe the impact to you or the business'": string;
|
|
821
|
+
'In what environment are you experiencing this behavior?': string;
|
|
822
|
+
'How frequently does this behavior occur? Does it occur repeatedly or at certain times?': string;
|
|
823
|
+
i18nKeyPlaceHolderDetail: string;
|
|
824
|
+
'Example:': string;
|
|
825
|
+
'To expedite your case, include these details:': string;
|
|
826
|
+
Problem: string;
|
|
827
|
+
'Error Messages': string;
|
|
828
|
+
'Tips for describing your problem': string;
|
|
829
|
+
"There aren't any related tasks": string;
|
|
830
|
+
All: string;
|
|
831
|
+
Jira: string;
|
|
832
|
+
'Do you want to close this case?': string;
|
|
833
|
+
i18ConfirmResolution: string;
|
|
834
|
+
Resolution: string;
|
|
835
|
+
'Red Hat solved my issue or reviewed my request': string;
|
|
836
|
+
'The issue has been self-solved': string;
|
|
837
|
+
"I'm not experiencing the issue anymore": string;
|
|
838
|
+
'AI insights is currently unavailable, try reloading.': string;
|
|
839
|
+
'Back to resources': string;
|
|
840
|
+
'Chat with AI': string;
|
|
841
|
+
'Chat with AI to get started': string;
|
|
842
|
+
'Error while loading AI insights': string;
|
|
843
|
+
'Getting AI insights...': string;
|
|
844
|
+
'No AI response available yet.': string;
|
|
845
|
+
'No recommendations for this product': string;
|
|
846
|
+
PREVIEW: string;
|
|
847
|
+
'Read more': string;
|
|
848
|
+
'Red Hat hand picked support articles': string;
|
|
849
|
+
Reload: string;
|
|
850
|
+
'Resolve your issue now with AI insights': string;
|
|
851
|
+
'Troubleshoot with AI insights': string;
|
|
852
|
+
'Want to continue the conversation? Dive deeper with our AI assistant': string;
|
|
853
|
+
'Why did you choose this rating?': string;
|
|
854
|
+
'<strong>Thank you. Any more feedback?</strong>': string;
|
|
855
|
+
'<strong>Thank you. How can we improve?</strong>': string;
|
|
856
|
+
'<strong>Thank you</strong>': string;
|
|
857
|
+
Accurate: string;
|
|
858
|
+
'Bad response': string;
|
|
859
|
+
Confusing: string;
|
|
860
|
+
Copy: string;
|
|
861
|
+
"Didn't solve my issue": string;
|
|
862
|
+
'Easy to understand': string;
|
|
863
|
+
'Good response': string;
|
|
864
|
+
Inaccurate: string;
|
|
865
|
+
'Response copied': string;
|
|
866
|
+
'Response recorded as helpful': string;
|
|
867
|
+
'Response recorded as unhelpful': string;
|
|
868
|
+
'Solved my issue': string;
|
|
869
|
+
'We appreciate your input. <br />It helps us improve this experience.': string;
|
|
870
|
+
'Newest to Oldest': string;
|
|
871
|
+
'Oldest to Newest': string;
|
|
872
|
+
Reset: string;
|
|
873
|
+
'Search for a user, action, or keyword': string;
|
|
874
|
+
'Try <reloadLink>reloading the page</reloadLink> or check back later': string;
|
|
875
|
+
'Try modifying your search query or changing the date range and try again.': string;
|
|
876
|
+
"This feature uses AI technology. Interactions may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a>Red Hat Privacy Statement.</a>": string;
|
|
877
|
+
'<span>Return to</span> <button>case creation</button>': string;
|
|
878
|
+
'Resolve your issues now with AI insights': string;
|
|
879
|
+
'Generate AI case summary': string;
|
|
880
|
+
'By using this feature, your support case information will be used to create an AI-generated summary of your cases. Information may not be up-to-date or without error. Always review AI generated content prior to use. We encourage you to send feedback to improve the case summary feature': string;
|
|
881
|
+
"Do not share any personal or other sensitive information in your feedback. Feedback may be used to improve Red Hat's products or services. For more information about Red Hat\u2019s privacy practices, please refer to the <a><u>Red Hat Privacy Statement.</u></a>": string;
|
|
804
882
|
};
|
|
805
883
|
export default _default;
|
|
806
884
|
//# sourceMappingURL=template-ko.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-ko.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-ko.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAw/BE"}
|