@rh-support/troubleshoot 2.6.83 → 2.6.84
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/CaseEditView/Tabs/CaseHistory/Timeline.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseHistory/Timeline.js +7 -3
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseSummary/CaseSummary.js +2 -2
- package/lib/esm/components/CaseManagement/SendNotifications/CaseContactSelector.js +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map +1 -1
- package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.js +5 -3
- package/lib/esm/components/wizardLayout/WizardNavigation.d.ts.map +1 -1
- package/lib/esm/components/wizardLayout/WizardNavigation.js +6 -2
- package/lib/esm/css/AskRedHat.css +8 -0
- package/lib/esm/hooks/useWizard.js +1 -1
- package/lib/esm/reducers/RouteConstNTypes.d.ts.map +1 -1
- package/lib/esm/reducers/RouteConstNTypes.js +2 -0
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseHistory/Timeline.tsx"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AAwBxB,OAAO,KAAsC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseHistory/Timeline.tsx"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AAwBxB,OAAO,KAAsC,MAAM,OAAO,CAAC;AA4T3D,QAAA,MAAM,QAAQ;;uBAuUb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -80,8 +80,12 @@ const applyReplacements = (item) => {
|
|
|
80
80
|
it: 'Italian',
|
|
81
81
|
pt: 'Portuguese',
|
|
82
82
|
ko: 'Korean',
|
|
83
|
-
|
|
83
|
+
ja: 'Japanese',
|
|
84
84
|
zh: 'Chinese',
|
|
85
|
+
zh_CN: 'Chinese',
|
|
86
|
+
zh_HK: 'Chinese (Hong Kong)',
|
|
87
|
+
zh_TW: 'Chinese (Taiwan)',
|
|
88
|
+
ru: 'Russian',
|
|
85
89
|
};
|
|
86
90
|
// field display names to prefix keys used in item properties
|
|
87
91
|
const keyMap = {
|
|
@@ -376,8 +380,8 @@ const Timeline = ({ caseNumber }) => {
|
|
|
376
380
|
}
|
|
377
381
|
return () => window.removeEventListener('resize', debouncedUpdateLineStyle);
|
|
378
382
|
}, [isFetchingData, filteredEvents, page, perPage]);
|
|
379
|
-
const handleSearchChange = (value) => {
|
|
380
|
-
setSearchValue(value.
|
|
383
|
+
const handleSearchChange = (_, value) => {
|
|
384
|
+
setSearchValue(value.trim());
|
|
381
385
|
};
|
|
382
386
|
const handleClear = () => {
|
|
383
387
|
setSearchValue('');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseSummary/CaseSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAC;AAsB3B,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,UAAW,MAAM,
|
|
1
|
+
{"version":3,"file":"CaseSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseSummary/CaseSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,mBAAmB,CAAC;AAsB3B,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,UAAW,MAAM,sBA4KxC,CAAC"}
|
|
@@ -83,9 +83,9 @@ export const CaseSummary = (props) => {
|
|
|
83
83
|
React.createElement("div", { dangerouslySetInnerHTML: { __html: sanitizedHtml } })));
|
|
84
84
|
};
|
|
85
85
|
return (React.createElement("section", { className: "card card-white" },
|
|
86
|
-
React.createElement(Alert, { variant: AlertVariant.info, title: "
|
|
86
|
+
React.createElement(Alert, { variant: AlertVariant.info, title: "Careful! This case summary uses AI. Check for mistakes.", isInline: true, actionLinks: React.createElement(AlertActionLink, { onClick: (e) => triggerAppFeedbackItem(e), href: "#", "data-tracking-id": "send-feedback-button" },
|
|
87
87
|
React.createElement(Trans, null, "Send Feedback")) },
|
|
88
|
-
React.createElement("p", null, "
|
|
88
|
+
React.createElement("p", null, "This AI-generated summary recaps your support case information. It might not be up-to-date and might contain errors. We\u2019d love your feedback to help us improve this feature.")),
|
|
89
89
|
caseSummaryState === CaseSummaryStates.NEW_CASE ? (React.createElement(EmptyState, { headingLevel: "h2", icon: CubesIcon, titleText: React.createElement(Trans, null, "Unable to generate case summary"), variant: EmptyStateVariant.lg },
|
|
90
90
|
React.createElement(EmptyStateBody, null,
|
|
91
91
|
React.createElement("p", { className: "push-top-narrow" },
|
|
@@ -203,7 +203,7 @@ function CaseContactSelector(props) {
|
|
|
203
203
|
if (canEditCase.alert())
|
|
204
204
|
return;
|
|
205
205
|
const allSelectedContacts = [...selectedContacts];
|
|
206
|
-
const selectedCustomEmails = remove(allSelectedContacts, (item) => item.customOption || item.emailAddress).map((item) => item.label || item.emailAddress || item.ssoUsername);
|
|
206
|
+
const selectedCustomEmails = remove(allSelectedContacts, (item) => item.customOption || item.email || item.emailAddress).map((item) => item.label || item.email || item.emailAddress || item.ssoUsername);
|
|
207
207
|
yield processCustomEmails(selectedCustomEmails);
|
|
208
208
|
yield processCaseContacts(allSelectedContacts);
|
|
209
209
|
if (throwTrackEvent) {
|
package/lib/esm/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NonOrgCaseNotifyeesSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAwB,oBAAoB,EAAY,MAAM,wBAAwB,CAAC;AAE9F,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,UAAU,MAAO,SAAQ,gBAAgB;IACrC,aAAa,EAAE,oBAAoB,EAAE,CAAC;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,CAAC,aAAa,EAAE,oBAAoB,EAAE,KAAK,IAAI,CAAC;IAC1D,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAC1C,kBAAkB,EAAE,MAAM,CAAC;CAC9B;AA+BD,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"NonOrgCaseNotifyeesSelector.d.ts","sourceRoot":"","sources":["../../../../../src/components/CaseManagement/SendNotifications/NonOrgCaseNotifyeesSelector.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAwB,oBAAoB,EAAY,MAAM,wBAAwB,CAAC;AAE9F,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,UAAU,MAAO,SAAQ,gBAAgB;IACrC,aAAa,EAAE,oBAAoB,EAAE,CAAC;IACtC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,CAAC,aAAa,EAAE,oBAAoB,EAAE,KAAK,IAAI,CAAC;IAC1D,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,KAAK,CAAC,gBAAgB,CAAC,GAAG,CAAC,CAAC;IAC1C,kBAAkB,EAAE,MAAM,CAAC;CAC9B;AA+BD,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,qBAyMxD"}
|
|
@@ -69,7 +69,7 @@ export function NonOrgCaseNotifyeesSelector(props) {
|
|
|
69
69
|
props.onChange && props.onChange([optionToRemove]);
|
|
70
70
|
};
|
|
71
71
|
const onAddClick = () => __awaiter(this, void 0, void 0, function* () {
|
|
72
|
-
var _a, _b, _c;
|
|
72
|
+
var _a, _b, _c, _d;
|
|
73
73
|
clearErrors();
|
|
74
74
|
const searchResults = yield request(props.accountNumber, inputVal,
|
|
75
75
|
// eslint-disable-next-line eqeqeq
|
|
@@ -82,11 +82,13 @@ export function NonOrgCaseNotifyeesSelector(props) {
|
|
|
82
82
|
const { ssoName } = c, rest = __rest(c, ["ssoName"]);
|
|
83
83
|
return Object.assign({ ssoUsername: ssoName }, rest);
|
|
84
84
|
});
|
|
85
|
+
(_b = props.onChange) === null || _b === void 0 ? void 0 : _b.call(props, [...props.selectedItems, ...mappedContacts]);
|
|
86
|
+
setInputVal('');
|
|
85
87
|
setNotifyeesList([...mappedContacts, { emailAddress: notificationAddress.email }]);
|
|
86
88
|
}
|
|
87
89
|
else {
|
|
88
90
|
if (notificationAddress === null || notificationAddress === void 0 ? void 0 : notificationAddress.email) {
|
|
89
|
-
(
|
|
91
|
+
(_c = props.onChange) === null || _c === void 0 ? void 0 : _c.call(props, [...props.selectedItems, { emailAddress: notificationAddress.email, caseNumber: '' }]);
|
|
90
92
|
setInputVal('');
|
|
91
93
|
}
|
|
92
94
|
else if (contacts === null || contacts === void 0 ? void 0 : contacts.length) {
|
|
@@ -96,7 +98,7 @@ export function NonOrgCaseNotifyeesSelector(props) {
|
|
|
96
98
|
const { ssoName } = c, rest = __rest(c, ["ssoName"]);
|
|
97
99
|
return Object.assign({ ssoUsername: ssoName }, rest);
|
|
98
100
|
});
|
|
99
|
-
(
|
|
101
|
+
(_d = props.onChange) === null || _d === void 0 ? void 0 : _d.call(props, [...props.selectedItems, ...mappedContacts]);
|
|
100
102
|
setInputVal('');
|
|
101
103
|
}
|
|
102
104
|
else {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WizardNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/wizardLayout/WizardNavigation.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"WizardNavigation.d.ts","sourceRoot":"","sources":["../../../../src/components/wizardLayout/WizardNavigation.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAEvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAQvD,OAAO,EAAoB,eAAe,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAM3G,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;IACjD,MAAM,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACzD,MAAM,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;IACzD,UAAU,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAC3C,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,mBAAmB,EAAE,CAAC,gCAAgC,EAAE,OAAO,KAAK,IAAI,CAAC;IACzE,gBAAgB,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1C,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,0BAA0B,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,kCAAkC,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IACpF,qCAAqC,CAAC,EAAE,OAAO,CAAC;IAChD,gCAAgC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IACjF,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,oBAAoB,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IACrE,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;CAC1B;AAGD,iBAAS,gBAAgB,CAAC,KAAK,EAAE,MAAM,qBA4XtC;kBA5XQ,gBAAgB;;;AA8XzB,eAAe,gBAAgB,CAAC"}
|
|
@@ -21,6 +21,7 @@ import { useCaseDispatch, useCaseSelector } from '../../context/CaseContext';
|
|
|
21
21
|
import { RecommendationStateContext } from '../../context/RecommendationContext';
|
|
22
22
|
import { RouteContext, RouteDispatchContext } from '../../context/RouteContext';
|
|
23
23
|
import { SessionRestoreStateContext } from '../../context/SessionRestoreContext';
|
|
24
|
+
import { excludedCaseTypesforARH } from '../../reducers/CaseConstNTypes';
|
|
24
25
|
import { setCaseState } from '../../reducers/CaseReducer';
|
|
25
26
|
import { AppRouteSections } from '../../reducers/RouteConstNTypes';
|
|
26
27
|
import { updateisNextBtnClickedToShowValidationError } from '../../reducers/RouteReducer';
|
|
@@ -35,13 +36,14 @@ function WizardNavigation(props) {
|
|
|
35
36
|
const { recommendationState } = useContext(RecommendationStateContext);
|
|
36
37
|
const { routeState: { activeSection, isNextBtnClickedToShowValidationError, noValidEntitlement, isSearchIntent, isCaseCreate, }, } = useContext(RouteContext);
|
|
37
38
|
const { globalMetadataState: { loggedInUsersAccount, allProducts, navBarRef }, } = useContext(GlobalMetadataStateContext);
|
|
38
|
-
const { caseState, ABTestVariation, issue, summary, product, version } = useCaseSelector((state) => ({
|
|
39
|
+
const { caseState, ABTestVariation, issue, summary, product, version, caseType } = useCaseSelector((state) => ({
|
|
39
40
|
caseState: state,
|
|
40
41
|
issue: state.caseDetails.issue,
|
|
41
42
|
summary: state.caseDetails.summary,
|
|
42
43
|
ABTestVariation: state.ABTestVariation,
|
|
43
44
|
product: state.caseDetails.product,
|
|
44
45
|
version: state.caseDetails.version,
|
|
46
|
+
caseType: state.caseDetails.caseType,
|
|
45
47
|
}), isEqual);
|
|
46
48
|
const isATestvariation = ABTestVariation === 'A';
|
|
47
49
|
const isBTestvariation = ABTestVariation === 'B' || isEmpty(ABTestVariation);
|
|
@@ -218,7 +220,9 @@ function WizardNavigation(props) {
|
|
|
218
220
|
});
|
|
219
221
|
const isEntitledProductLocal = isSearchIntent ? true : isEntitledProduct;
|
|
220
222
|
const nextButtonDisabledLogic = () => {
|
|
221
|
-
const isLoadingARH = props.isLoadingARH &&
|
|
223
|
+
const isLoadingARH = props.isLoadingARH &&
|
|
224
|
+
props.activeStep.id === AppRouteSections.RESOURCES &&
|
|
225
|
+
!excludedCaseTypesforARH.includes(caseType || '');
|
|
222
226
|
if (isBTestvariation) {
|
|
223
227
|
let value = isLoadingARH ||
|
|
224
228
|
((isEmpty(summary) || isEmpty(issue) || isEmpty(product) || isEmpty(version)) &&
|
|
@@ -322,6 +322,14 @@
|
|
|
322
322
|
height: calc(100vh - 276px) !important;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
+
.pf-chatbot-container--embedded .outage-error-wrapper {
|
|
326
|
+
overflow-y: auto !important;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.ask-redhat-core .error-state-svg {
|
|
330
|
+
margin: 48px auto auto !important;
|
|
331
|
+
}
|
|
332
|
+
|
|
325
333
|
.pf-chatbot--fullscreen .pf-chatbot-container {
|
|
326
334
|
height: calc(100vh - 255px) !important;
|
|
327
335
|
}
|
|
@@ -91,7 +91,7 @@ export function useWizard(routeProps, props) {
|
|
|
91
91
|
[AppRouteSections.DESCRIBE_IDEA]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.DESCRIBE_IDEA, name: t('Additional Information'), component: (React.createElement(MainSection, { stepNumber: 4, totalSteps: 6, section: AppRouteSections.DESCRIBE_IDEA, title: t('Idea information'), description: t("We'll be in contact with you shortly. Look for updates on this case.") },
|
|
92
92
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
93
93
|
alertMessage(),
|
|
94
|
-
React.createElement(IdeaInformation, null)))), canJumpTo: isSectionValidFn(AppRouteSections.DESCRIBE_IDEA) || activeSection === AppRouteSections.DESCRIBE_IDEA, nextButtonLabel: '
|
|
94
|
+
React.createElement(IdeaInformation, null)))), canJumpTo: isSectionValidFn(AppRouteSections.DESCRIBE_IDEA) || activeSection === AppRouteSections.DESCRIBE_IDEA, nextButtonLabel: 'Continue', disableOtherSections: false }),
|
|
95
95
|
[AppRouteSections.CONFIGURATION]: Object.assign(Object.assign({}, defaultRouteConfiguration), { id: AppRouteSections.CONFIGURATION, name: t('Configuration'), component: (React.createElement(MainSection, { stepNumber: 5, totalSteps: 6, section: AppRouteSections.CONFIGURATION, title: t('Case management'), descriptionClassName: "text-medium-grey" },
|
|
96
96
|
React.createElement(Suspense, { fallback: React.createElement(LoadingIndicator, { size: "sm" }) },
|
|
97
97
|
alertMessage(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RouteConstNTypes.d.ts","sourceRoot":"","sources":["../../../src/reducers/RouteConstNTypes.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qBAAqB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAIxC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IAClC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IAGjB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,sBAAsB;IACnC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACjD;AAED,MAAM,WAAW,eAAe;CAAG;AACnC,oBAAY,gBAAgB;IACxB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,SAAS,cAAc;IACvB,sBAAsB,2BAA2B;IACjD,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,KAAK,UAAU;CAClB;AAKD,eAAO,MAAM,4BAA4B,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"RouteConstNTypes.d.ts","sourceRoot":"","sources":["../../../src/reducers/RouteConstNTypes.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,qBAAqB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAIxC,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IAClC,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IAGjB,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,sBAAsB;IACnC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACjD;AAED,MAAM,WAAW,eAAe;CAAG;AACnC,oBAAY,gBAAgB;IACxB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,SAAS,cAAc;IACvB,sBAAsB,2BAA2B;IACjD,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,KAAK,UAAU;CAClB;AAKD,eAAO,MAAM,4BAA4B,EAAE,gBAAgB,EAK1D,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,gBAAgB,EAM9D,CAAC;AAEF,eAAO,MAAM,iCAAiC,oBAQ7C,CAAC;AAEF,eAAO,MAAM,gCAAgC,oBAQ5C,CAAC;AAEF,eAAO,MAAM,4BAA4B,oBAQxC,CAAC;AAGF,eAAO,MAAM,0BAA0B,oBAAiC,CAAC;AAEzE,eAAO,MAAM,mCAAmC,oBAA+D,CAAC;AAEhH,eAAO,MAAM,kCAAkC,oBAO9C,CAAC;AAEF,eAAO,MAAM,+BAA+B,oBAO3C,CAAC;AAEF,eAAO,MAAM,0CAA0C,oBAStD,CAAC;AAEF,eAAO,MAAM,sCAAsC,oBAA4D,CAAC;AAEhH,eAAO,MAAM,qCAAqC,oBAGjD,CAAC;AAEF,eAAO,MAAM,6BAA6B,oBAAiC,CAAC;AAE5E,eAAO,MAAM,wBAAwB,EAAE,gBAAgB,EAKtD,CAAC"}
|
|
@@ -18,12 +18,14 @@ export const openCaseNonTechnicalSequence = [
|
|
|
18
18
|
AppRouteSections.GET_SUPPORT,
|
|
19
19
|
AppRouteSections.SUMMARIZE,
|
|
20
20
|
AppRouteSections.DESCRIBE_IDEA,
|
|
21
|
+
AppRouteSections.REVIEW,
|
|
21
22
|
];
|
|
22
23
|
export const troubleshootNonTechnicalSequence = [
|
|
23
24
|
AppRouteSections.TROUBLESHOOT,
|
|
24
25
|
AppRouteSections.RESOURCES,
|
|
25
26
|
AppRouteSections.GET_SUPPORT,
|
|
26
27
|
AppRouteSections.DESCRIBE_IDEA,
|
|
28
|
+
AppRouteSections.REVIEW,
|
|
27
29
|
];
|
|
28
30
|
export const troubleshootRouteSectionsSequence = [
|
|
29
31
|
AppRouteSections.TROUBLESHOOT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.84",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"defaults and supports es6-module",
|
|
134
134
|
"maintained node versions"
|
|
135
135
|
],
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "485757d89fa53d8c57a8f798fa5977f9f40ab68a"
|
|
137
137
|
}
|