@rh-support/troubleshoot 2.6.118 → 2.6.119
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.
|
@@ -79,7 +79,7 @@ function AccountSelector(props) {
|
|
|
79
79
|
// When internal user wants to open a case for a customer but customer account doesn't have entitlement, we show an error
|
|
80
80
|
useEffect(() => {
|
|
81
81
|
const getAccountEntitlement = () => __awaiter(this, void 0, void 0, function* () {
|
|
82
|
-
// internal user doesn't open case for customer. No need to check account
|
|
82
|
+
// internal user doesn't open case for customer. No need to check account entitlement
|
|
83
83
|
if (selectedAccountDetails.data.accountNumber === loggedInUsersAccount.data.accountNumber) {
|
|
84
84
|
setNoValidEntitlement(routeDispatch, false);
|
|
85
85
|
setShowNotEntitledMessage(false);
|
|
@@ -111,7 +111,7 @@ function TroubleshootSection(props) {
|
|
|
111
111
|
}
|
|
112
112
|
}, [activeSessionId, product, version, summary, issue, sessionRestoreDispatch, sessionResourceTracking]);
|
|
113
113
|
const handleARHEvent = useCallback((eventData) => {
|
|
114
|
-
// Enable "See more resources" button when first chunk
|
|
114
|
+
// Enable "See more resources" button when first chunk iss received
|
|
115
115
|
if (eventData.eventName === ARHEventName.AnswerReceived) {
|
|
116
116
|
aiResponseDispatch(setHasChunkReceived(true));
|
|
117
117
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.119",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"@progress/kendo-licensing": "1.3.5",
|
|
60
60
|
"@progress/kendo-react-pdf": "^5.16.0",
|
|
61
61
|
"@redux-devtools/extension": "^3.3.0",
|
|
62
|
-
"@rh-support/components": "2.5.
|
|
63
|
-
"@rh-support/react-context": "2.5.
|
|
62
|
+
"@rh-support/components": "2.5.64",
|
|
63
|
+
"@rh-support/react-context": "2.5.80",
|
|
64
64
|
"@rh-support/types": "2.0.5",
|
|
65
|
-
"@rh-support/user-permissions": "2.5.
|
|
66
|
-
"@rh-support/utils": "2.5.
|
|
65
|
+
"@rh-support/user-permissions": "2.5.31",
|
|
66
|
+
"@rh-support/utils": "2.5.27",
|
|
67
67
|
"@types/react-redux": "^7.1.33",
|
|
68
68
|
"@types/redux": "^3.6.0",
|
|
69
69
|
"date-fns": "3.6.0",
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"defaults and supports es6-module",
|
|
134
134
|
"maintained node versions"
|
|
135
135
|
],
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "bcd580871dcd6a13b6ba1806ef98cec21d783082"
|
|
137
137
|
}
|