@rh-support/troubleshoot 2.2.129-beta.9 → 2.2.130
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/CaseDiscussion/CaseComments.d.ts.map +1 -1
- package/lib/esm/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.js +13 -2
- package/lib/esm/components/CaseInformation/ContactPhoneNumber.d.ts.map +1 -1
- package/lib/esm/components/CaseInformation/ContactPhoneNumber.js +19 -18
- package/lib/esm/components/SessionRestore/SessionRestore.d.ts.map +1 -1
- package/lib/esm/components/SessionRestore/SessionRestore.js +27 -22
- package/lib/esm/css/app.css +2 -0
- package/lib/esm/i18n/template-de.d.ts +0 -20
- package/lib/esm/i18n/template-de.d.ts.map +1 -1
- package/lib/esm/i18n/template-de.js +0 -20
- package/lib/esm/i18n/template-es.d.ts +0 -20
- package/lib/esm/i18n/template-es.d.ts.map +1 -1
- package/lib/esm/i18n/template-es.js +0 -20
- package/lib/esm/i18n/template-fr.d.ts +0 -20
- package/lib/esm/i18n/template-fr.d.ts.map +1 -1
- package/lib/esm/i18n/template-fr.js +0 -20
- package/lib/esm/i18n/template-it.d.ts +0 -20
- package/lib/esm/i18n/template-it.d.ts.map +1 -1
- package/lib/esm/i18n/template-it.js +0 -20
- package/lib/esm/i18n/template-jp.d.ts +0 -20
- package/lib/esm/i18n/template-jp.d.ts.map +1 -1
- package/lib/esm/i18n/template-jp.js +0 -20
- package/lib/esm/i18n/template-ko.d.ts +0 -20
- package/lib/esm/i18n/template-ko.d.ts.map +1 -1
- package/lib/esm/i18n/template-ko.js +0 -20
- package/lib/esm/i18n/template-pt.d.ts +0 -20
- package/lib/esm/i18n/template-pt.d.ts.map +1 -1
- package/lib/esm/i18n/template-pt.js +0 -20
- package/lib/esm/i18n/template-zh.d.ts +0 -20
- package/lib/esm/i18n/template-zh.d.ts.map +1 -1
- package/lib/esm/i18n/template-zh.js +0 -20
- package/lib/esm/reducers/CaseConstNTypes.d.ts +0 -1
- package/lib/esm/reducers/CaseConstNTypes.d.ts.map +1 -1
- package/lib/esm/reducers/CaseConstNTypes.js +0 -1
- package/lib/esm/scss/_main.scss +5 -0
- package/package.json +7 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseComments.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AA8BvE,OAAO,
|
|
1
|
+
{"version":3,"file":"CaseComments.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseDiscussion/CaseComments.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,yCAAyC,CAAC;AA8BvE,OAAO,KAAkD,MAAM,OAAO,CAAC;AAQvE,UAAU,MAAM;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IACzD,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAClF,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,eAAe,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,kBAAkB,EAAE,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CAChH;AAED,QAAA,MAAM,YAAY,4EA4UhB,CAAC;AAEH,eAAe,YAAY,CAAC"}
|
|
@@ -22,7 +22,7 @@ import { AbilityContext, CaseDetailsFields, CaseDiscussionFields, resourceAction
|
|
|
22
22
|
import { formatDateTime, linkifyLinks } from '@rh-support/utils';
|
|
23
23
|
import DOMPurify from 'dompurify';
|
|
24
24
|
import isEmpty from 'lodash/isEmpty';
|
|
25
|
-
import React, { useContext, useState } from 'react';
|
|
25
|
+
import React, { useContext, useEffect, useRef, useState } from 'react';
|
|
26
26
|
import { Trans, useTranslation } from 'react-i18next';
|
|
27
27
|
import { DiscussionType } from '../../../../reducers/CaseDiscussionTabReducer';
|
|
28
28
|
import { PDFContext } from '../../PDFContainer';
|
|
@@ -31,6 +31,7 @@ import { JumpAndCopyLink } from './JumpAndCopyLink';
|
|
|
31
31
|
const CaseComments = React.forwardRef((props, ref) => {
|
|
32
32
|
var _a;
|
|
33
33
|
const { caseNumber } = props;
|
|
34
|
+
const markdownRef = useRef(null);
|
|
34
35
|
const { t } = useTranslation();
|
|
35
36
|
const ability = useContext(AbilityContext);
|
|
36
37
|
const canSeePrivateComments = ability.can(resourceActions.PATCH, resources.CASE_COMMENTS, CaseDiscussionFields.VIEW_PRIVATE_COMMENT);
|
|
@@ -186,6 +187,16 @@ const CaseComments = React.forwardRef((props, ref) => {
|
|
|
186
187
|
return (React.createElement("pre", { className: "push-top-narrow comment-plaintext reset-pre-text", dangerouslySetInnerHTML: commentText(parseComment), style: { fontFamily: isExportingPDF ? 'DejaVu Sans' : '' } }));
|
|
187
188
|
}
|
|
188
189
|
};
|
|
190
|
+
useEffect(() => {
|
|
191
|
+
if ((markdownRef === null || markdownRef === void 0 ? void 0 : markdownRef.current) && isExportingPDF) {
|
|
192
|
+
const preTags = markdownRef.current.querySelectorAll('pre');
|
|
193
|
+
preTags.forEach((pre) => {
|
|
194
|
+
pre.style.wordWrap = 'break-word';
|
|
195
|
+
pre.style.overflowWrap = 'break-word';
|
|
196
|
+
pre.style.fontFamily = 'DejaVu Sans';
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
}, [props.comment, isExportingPDF]);
|
|
189
200
|
if (!((_a = props.comment) === null || _a === void 0 ? void 0 : _a.isPublic) && !canSeePrivateComments)
|
|
190
201
|
return React.createElement(React.Fragment, null);
|
|
191
202
|
return (React.createElement("section", { ref: ref, id: props.comment.id, className: `prevent-split ${computePrivateComment(props.comment)} support-comment ${computeDiscussionCardCalss(props.comment)} ${ref ? 'selected-case-comment' : ''}` },
|
|
@@ -200,7 +211,7 @@ const CaseComments = React.forwardRef((props, ref) => {
|
|
|
200
211
|
React.createElement(Trans, null, "Partner"),
|
|
201
212
|
")"))),
|
|
202
213
|
React.createElement("time", null, formatDateTime(props.comment.lastModifiedDate))),
|
|
203
|
-
React.createElement("div", { className: "comment-body", onClick: onCommentAreaClick }, computeCommentText(props.comment)),
|
|
214
|
+
React.createElement("div", { className: "comment-body", onClick: onCommentAreaClick, ref: markdownRef }, computeCommentText(props.comment)),
|
|
204
215
|
React.createElement("footer", null,
|
|
205
216
|
React.createElement("span", { className: "comment-note" }, computeCommentFooter(props.comment)),
|
|
206
217
|
canSeeFeedbackButtons && commentFeedbackButtons(props.comment, props.feedback),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContactPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseInformation/ContactPhoneNumber.tsx"],"names":[],"mappings":"AAOA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAkB/D,wBAAgB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"ContactPhoneNumber.d.ts","sourceRoot":"","sources":["../../../../src/components/CaseInformation/ContactPhoneNumber.tsx"],"names":[],"mappings":"AAOA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAkB/D,wBAAgB,kBAAkB,sBA6UjC"}
|
|
@@ -20,23 +20,23 @@ import { PHONE_INSTRUCTION, PHONE_IS_NOT_VALID, PHONE_LINE_CANNOT_BE_EMPTY, PHON
|
|
|
20
20
|
import { useCaseDispatch, useCaseSelector } from '../../context/CaseContext';
|
|
21
21
|
import { RouteContext } from '../../context/RouteContext';
|
|
22
22
|
import { PHONE_LIMIT } from '../../reducers/CaseConstNTypes';
|
|
23
|
-
import { setCaseDetails
|
|
23
|
+
import { setCaseDetails } from '../../reducers/CaseReducer';
|
|
24
24
|
import { PDFContext } from '../CaseEditView/PDFContainer';
|
|
25
25
|
import { removeAllChars, trimAndReplacePlus } from '../shared/utils';
|
|
26
26
|
import { ContactPhoneNumberPopOver } from './ContactPhoneNumberPopOver';
|
|
27
27
|
import MandatoryPhonePopOver from './MandatoryPhonePopOver';
|
|
28
28
|
export function ContactPhoneNumber() {
|
|
29
|
-
const { suppliedPhoneNumberVerified, phoneCountryCode = '', phoneAreaCodePrefixLineNumber = '', hasLoggedInUserConfirmedPhoneNumber, contactSSOName,
|
|
29
|
+
const { suppliedPhoneNumberVerified, phoneCountryCode = '', phoneAreaCodePrefixLineNumber = '', hasLoggedInUserConfirmedPhoneNumber, contactSSOName, } = useCaseSelector((state) => ({
|
|
30
30
|
suppliedPhoneNumberVerified: state.caseDetails.suppliedPhoneNumberVerified,
|
|
31
31
|
phoneCountryCode: state.caseDetails.phoneCountryCode,
|
|
32
32
|
phoneAreaCodePrefixLineNumber: state.caseDetails.phoneAreaCodePrefixLineNumber,
|
|
33
33
|
hasLoggedInUserConfirmedPhoneNumber: state.hasLoggedInUserConfirmedPhoneNumber,
|
|
34
34
|
contactSSOName: state.caseDetails.contactSSOName,
|
|
35
|
-
shouldNotSetPhoneCountryCode: state.shouldNotSetPhoneCountryCode,
|
|
36
35
|
}), isEqual);
|
|
37
36
|
const { routeState: { isNextBtnClickedToShowValidationError }, } = useContext(RouteContext);
|
|
38
37
|
const { globalMetadataState: { loggedInUser }, } = useContext(GlobalMetadataStateContext);
|
|
39
38
|
const [invalid, setInvalid] = useState(false);
|
|
39
|
+
const [shouldNotSetCountryCode, setShouldNotSetCountryCode] = useState(false);
|
|
40
40
|
const [portalPhone, setPortalPhone] = useState('');
|
|
41
41
|
const [localFullPhone, setLocalFullPhone] = useState('');
|
|
42
42
|
const [isSettingLocalPhone, setIsSettingLocalPhone] = useState(false);
|
|
@@ -50,15 +50,15 @@ export function ContactPhoneNumber() {
|
|
|
50
50
|
return '';
|
|
51
51
|
}
|
|
52
52
|
else if (!isEmpty(_localFullPhone.trim()) && !_localFullPhone.trim().startsWith('+')) {
|
|
53
|
-
return '+' + _localFullPhone.
|
|
53
|
+
return '+' + _localFullPhone.replace(' ', '');
|
|
54
54
|
}
|
|
55
55
|
else {
|
|
56
|
-
return _localFullPhone
|
|
56
|
+
return _localFullPhone;
|
|
57
57
|
}
|
|
58
58
|
};
|
|
59
59
|
const onPhoneChange = (fullPhone) => {
|
|
60
60
|
setLocalFullPhone(checkingPlusInLocalFullPhone(fullPhone));
|
|
61
|
-
if (!
|
|
61
|
+
if (!shouldNotSetCountryCode) {
|
|
62
62
|
setCaseDetails(caseDispatch, {
|
|
63
63
|
phoneAreaCodePrefixLineNumber: getPhoneObj(fullPhone).phoneLine,
|
|
64
64
|
phoneCountryCode: getPhoneObj(fullPhone).countryCode,
|
|
@@ -66,7 +66,7 @@ export function ContactPhoneNumber() {
|
|
|
66
66
|
}
|
|
67
67
|
else {
|
|
68
68
|
if (!isEmpty(fullPhone) && !isEqual(removeAllChars(portalPhone), removeAllChars(fullPhone))) {
|
|
69
|
-
|
|
69
|
+
setShouldNotSetCountryCode(false);
|
|
70
70
|
}
|
|
71
71
|
setCaseDetails(caseDispatch, {
|
|
72
72
|
phoneAreaCodePrefixLineNumber: checkingPlusInLocalFullPhone(fullPhone),
|
|
@@ -100,6 +100,8 @@ export function ContactPhoneNumber() {
|
|
|
100
100
|
: invalid
|
|
101
101
|
? ValidatedOptions.error
|
|
102
102
|
: ValidatedOptions.default;
|
|
103
|
+
// Regular expression pattern to match hyphens and round brackets in phone
|
|
104
|
+
const pattern = /[-()]/g;
|
|
103
105
|
// This useEffect initialize phone number inputbox
|
|
104
106
|
// - User open case for first time for herself/himself -> show portal phone number
|
|
105
107
|
// - User open case for NOT first time for herself/himself -> show phone number that we have on user contact in SF
|
|
@@ -128,7 +130,7 @@ export function ContactPhoneNumber() {
|
|
|
128
130
|
}
|
|
129
131
|
else {
|
|
130
132
|
// User is openning a case for the first time
|
|
131
|
-
const phoneLength = trimAndReplacePlus(
|
|
133
|
+
const phoneLength = trimAndReplacePlus(loggedInUser.data.phone).replace(pattern, '').length;
|
|
132
134
|
// For first time user whose phone is fetched from portal without country code
|
|
133
135
|
// For phone length less or equal to 10 country code shouldn't be fetched to avoid faulty phone population
|
|
134
136
|
if (phoneLength > 10) {
|
|
@@ -138,11 +140,9 @@ export function ContactPhoneNumber() {
|
|
|
138
140
|
_phoneCountryCode = countryCode;
|
|
139
141
|
}
|
|
140
142
|
else {
|
|
141
|
-
setCaseState(caseDispatch, {
|
|
142
|
-
shouldNotSetPhoneCountryCode: true,
|
|
143
|
-
});
|
|
144
143
|
_phoneAreaCodePrefixLineNumber = loggedInUser.data.phone;
|
|
145
144
|
_phoneCountryCode = '';
|
|
145
|
+
setShouldNotSetCountryCode(true);
|
|
146
146
|
setPortalPhone(loggedInUser.data.phone);
|
|
147
147
|
}
|
|
148
148
|
_suppliedPhoneNumberVerified =
|
|
@@ -166,7 +166,7 @@ export function ContactPhoneNumber() {
|
|
|
166
166
|
_suppliedPhoneNumberVerified = 'Deferred';
|
|
167
167
|
}
|
|
168
168
|
else {
|
|
169
|
-
const phoneLength = trimAndReplacePlus(
|
|
169
|
+
const phoneLength = trimAndReplacePlus(selectedContact.phone).replace(pattern, '').length;
|
|
170
170
|
if (phoneLength > 10) {
|
|
171
171
|
_phoneAreaCodePrefixLineNumber = getPhoneObj(selectedContact.phone).phoneLine || '';
|
|
172
172
|
_phoneCountryCode = getPhoneObj(selectedContact.phone).countryCode || '';
|
|
@@ -174,7 +174,7 @@ export function ContactPhoneNumber() {
|
|
|
174
174
|
else {
|
|
175
175
|
_phoneAreaCodePrefixLineNumber = selectedContact.phone;
|
|
176
176
|
_phoneCountryCode = '';
|
|
177
|
-
|
|
177
|
+
setShouldNotSetCountryCode(true);
|
|
178
178
|
setPortalPhone(selectedContact.phone);
|
|
179
179
|
}
|
|
180
180
|
_suppliedPhoneNumberVerified = 'Deferred';
|
|
@@ -213,7 +213,7 @@ export function ContactPhoneNumber() {
|
|
|
213
213
|
if (isEmpty(selectedContact.supportPhoneAreaCodePrefixLineNumber) &&
|
|
214
214
|
!isEmpty(selectedContact.phone)) {
|
|
215
215
|
portalPhone = selectedContact.phone;
|
|
216
|
-
phoneLength = trimAndReplacePlus(
|
|
216
|
+
phoneLength = trimAndReplacePlus(portalPhone).replace(pattern, '').length;
|
|
217
217
|
supportPhone = selectedContact.supportPhoneAreaCodePrefixLineNumber;
|
|
218
218
|
}
|
|
219
219
|
}
|
|
@@ -228,7 +228,7 @@ export function ContactPhoneNumber() {
|
|
|
228
228
|
if (isEmpty(loggedInUser.data.supportPhoneAreaCodePrefixLineNumber) &&
|
|
229
229
|
!isEmpty(loggedInUser.data.phone)) {
|
|
230
230
|
portalPhone = loggedInUser.data.phone;
|
|
231
|
-
phoneLength = trimAndReplacePlus(
|
|
231
|
+
phoneLength = trimAndReplacePlus(portalPhone).replace(pattern, '').length;
|
|
232
232
|
supportPhone = loggedInUser.data.supportPhoneAreaCodePrefixLineNumber;
|
|
233
233
|
}
|
|
234
234
|
}
|
|
@@ -239,21 +239,22 @@ export function ContactPhoneNumber() {
|
|
|
239
239
|
if ((isUndefined(supportPhone) || isEmpty(supportPhone)) &&
|
|
240
240
|
isEqual(removeAllChars(portalPhone), removeAllChars(phoneCountryCode + ' ' + phoneAreaCodePrefixLineNumber)) &&
|
|
241
241
|
phoneLength <= 10) {
|
|
242
|
+
setShouldNotSetCountryCode(true);
|
|
242
243
|
setPortalPhone(portalPhone);
|
|
243
244
|
}
|
|
244
|
-
setLocalFullPhone(checkingPlusInLocalFullPhone(
|
|
245
|
+
setLocalFullPhone(checkingPlusInLocalFullPhone(phoneCountryCode + ' ' + phoneAreaCodePrefixLineNumber));
|
|
245
246
|
setIsSettingLocalPhone(false);
|
|
246
247
|
}
|
|
247
248
|
});
|
|
248
249
|
getPhoneInfo();
|
|
249
250
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
250
|
-
}, [contactSSOName
|
|
251
|
+
}, [contactSSOName]);
|
|
251
252
|
return (React.createElement("div", { className: "form-group", style: { minWidth: '200px' } },
|
|
252
253
|
React.createElement("label", null,
|
|
253
254
|
React.createElement(Trans, null, "Case owner's phone number"),
|
|
254
255
|
React.createElement("span", { className: `form-required ${isExportingPDF ? 'hide-in-pdf' : ''}`, "aria-hidden": true }, "*"),
|
|
255
256
|
ContactPhoneNumberPopOver()),
|
|
256
|
-
React.createElement(PhoneInput, { phoneValue: localFullPhone, countryCode: phoneCountryCode, onPhoneValueChange: onPhoneChange, onCountryCodeChange: onCountryCodeChange, validations: isPhoneNumberValid, invalid: invalid, setInvalid: setInvalid, isLoading: isFetchingSso || isSettingLocalPhone, shouldNotSetCountryCode:
|
|
257
|
+
React.createElement(PhoneInput, { phoneValue: localFullPhone, countryCode: phoneCountryCode, onPhoneValueChange: onPhoneChange, onCountryCodeChange: onCountryCodeChange, validations: isPhoneNumberValid, invalid: invalid, setInvalid: setInvalid, isLoading: isFetchingSso || isSettingLocalPhone, shouldNotSetCountryCode: shouldNotSetCountryCode }),
|
|
257
258
|
React.createElement(MandatoryPhonePopOver, null),
|
|
258
259
|
!invalid &&
|
|
259
260
|
getPhone().length < PHONE_LIMIT &&
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionRestore.d.ts","sourceRoot":"","sources":["../../../../src/components/SessionRestore/SessionRestore.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAkD,MAAM,OAAO,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAQvD,OAAO,EAGH,eAAe,EAElB,MAAM,iCAAiC,CAAC;AAiBzC,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;CACpD;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"SessionRestore.d.ts","sourceRoot":"","sources":["../../../../src/components/SessionRestore/SessionRestore.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAkD,MAAM,OAAO,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAQvD,OAAO,EAGH,eAAe,EAElB,MAAM,iCAAiC,CAAC;AAiBzC,UAAU,MAAM;IACZ,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;CACpD;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,qBAwV3C"}
|
|
@@ -73,6 +73,8 @@ export function SessionRestore(props) {
|
|
|
73
73
|
* 5. The session doesn't have any visited resource the last time.
|
|
74
74
|
*/
|
|
75
75
|
useEffect(() => {
|
|
76
|
+
if (!isEmpty(sessionRestore.activeSessionId))
|
|
77
|
+
return;
|
|
76
78
|
const hasProductVersionOrSummary = (!isEmpty(caseDetails.product) && !isEmpty(caseDetails.version)) || !isEmpty(caseDetails.summary);
|
|
77
79
|
// Need to skip on the first mount as case details is not reset when navigating from case create page to case list and back.
|
|
78
80
|
// we will just skip if we have product, version or summary in the case details context or we don't have session id in the url.
|
|
@@ -84,29 +86,32 @@ export function SessionRestore(props) {
|
|
|
84
86
|
}
|
|
85
87
|
const currentRelevantSession = getRelevantSessionFromSessions(sessionRestoreDispatch, currentUrlSeSessionId, sessionRestore.previousSessions.data, caseDetails);
|
|
86
88
|
const relevantSession = sessionRestore.previousSessions.data[currentRelevantSession];
|
|
87
|
-
const
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
!sessionRestore.sessionCreationStatus.isError
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
else if (!isEmpty(relevantSession)) {
|
|
101
|
-
// Checking if session needs to be restored based on found relevant session
|
|
102
|
-
// Found relevent session is not same as activeSessionId and is not being restored
|
|
103
|
-
if (currentRelevantSession !== sessionRestore.activeSessionId && !isRestoring) {
|
|
104
|
-
restoreSession(relevantSession, true);
|
|
89
|
+
const setSession = () => __awaiter(this, void 0, void 0, function* () {
|
|
90
|
+
const needsNewSessionId = hasProductVersionOrSummary && isEmpty(relevantSession);
|
|
91
|
+
if (needsNewSessionId) {
|
|
92
|
+
const userAgent = getUserAgentForCaseMode(isCaseCreate);
|
|
93
|
+
let session = {
|
|
94
|
+
userAgent,
|
|
95
|
+
originatingSystem: userAgent,
|
|
96
|
+
referrerUrl: referrerUrl.substring(0, SESSION_REFERRER_URL_LIMIT),
|
|
97
|
+
isInternal: loggedInUserRights.data.isInternal(),
|
|
98
|
+
};
|
|
99
|
+
if (!sessionRestore.sessionCreationStatus.isCreating && !sessionRestore.sessionCreationStatus.isError) {
|
|
100
|
+
yield createSession(sessionRestoreDispatch, getSessionDetailsFromCase(caseDetails, selectedNotificationContacts), session);
|
|
101
|
+
}
|
|
105
102
|
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
103
|
+
else if (!isEmpty(relevantSession)) {
|
|
104
|
+
// Checking if session needs to be restored based on found relevant session
|
|
105
|
+
// Found relevent session is not same as activeSessionId and is not being restored
|
|
106
|
+
if (currentRelevantSession !== sessionRestore.activeSessionId && !isRestoring) {
|
|
107
|
+
restoreSession(relevantSession, true);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
else if (isEmpty(relevantSession) && !isEmpty(currentUrlSeSessionId)) {
|
|
111
|
+
updateActiveSessionId(sessionRestoreDispatch, undefined);
|
|
112
|
+
}
|
|
113
|
+
});
|
|
114
|
+
setSession();
|
|
110
115
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
111
116
|
}, [
|
|
112
117
|
caseDetails.product,
|
package/lib/esm/css/app.css
CHANGED
|
@@ -799,26 +799,6 @@ declare const _default: {
|
|
|
799
799
|
'Update info': string;
|
|
800
800
|
Summarize: string;
|
|
801
801
|
'Describe more': string;
|
|
802
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': string;
|
|
803
|
-
'Contact\u2019s phone number': string;
|
|
804
|
-
'Please include a phone number': string;
|
|
805
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': string;
|
|
806
|
-
'Problem statement': string;
|
|
807
|
-
'Tips for summarizing your problem in under 255 characters:': string;
|
|
808
|
-
'To help us find the right information for you, include 1-2 key details, such as:': string;
|
|
809
|
-
'Relevant keywords': string;
|
|
810
|
-
'Error messages': string;
|
|
811
|
-
'Specific problems': string;
|
|
812
|
-
'Examples:': string;
|
|
813
|
-
"I'm unable to start the SSHD service and am receiving this error message, \u201CBad yes/no argument for ShowPatchLevel parameter.\u201D (125/255 characters)": string;
|
|
814
|
-
'We see this error message: \u201Cfunction that is failing\u201D. (54/255 characters)': string;
|
|
815
|
-
'Live search results powered by OpenShift AI': string;
|
|
816
|
-
'See more options': string;
|
|
817
|
-
'Red Hat recommended results': string;
|
|
818
|
-
'Review phone number': string;
|
|
819
|
-
'Please confirm the phone number we have on file is correct.': string;
|
|
820
|
-
'Confirm phone number': string;
|
|
821
|
-
"I don't know": string;
|
|
822
802
|
};
|
|
823
803
|
export default _default;
|
|
824
804
|
//# sourceMappingURL=template-de.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-de.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-de.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAs7BE"}
|
|
@@ -802,24 +802,4 @@ export default {
|
|
|
802
802
|
Summarize: 'Zusammenfassen',
|
|
803
803
|
'Describe more': 'Mehr beschreiben',
|
|
804
804
|
// Review: 'Überprüfung',
|
|
805
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': 'Wir möchten Ihnen umgehend helfen können, wenn wir bei Ihrem Fall auf Probleme stoßen. Um sicherzustellen, dass wir Sie direkt kontaktieren können, benötigen wir ab sofort für alle neuen Fälle eine Kontakttelefonnummer. Vielen Dank für Ihr Verständnis.',
|
|
806
|
-
'Contact’s phone number': 'Telefonnummer des Kontakts',
|
|
807
|
-
'Please include a phone number': 'Bitte geben Sie eine Telefonnummer an',
|
|
808
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': 'Wir möchten Ihnen umgehend helfen können, wenn wir bei Ihrem Fall auf Probleme stoßen. Um sicherzustellen, dass wir Sie direkt kontaktieren können, benötigen wir ab sofort für alle neuen Fälle eine Kontakttelefonnummer.',
|
|
809
|
-
'Problem statement': 'Problembeschreibung',
|
|
810
|
-
'Tips for summarizing your problem in under 255 characters:': 'Tipps zum Zusammenfassen Ihres Problems in weniger als 255 Zeichen:',
|
|
811
|
-
'To help us find the right information for you, include 1-2 key details, such as:': 'Damit wir die richtigen Informationen für Sie finden können, geben Sie bitte ein bis zwei wichtige Details an, beispielsweise:',
|
|
812
|
-
'Relevant keywords': 'Relevante Schlüsselwörter',
|
|
813
|
-
'Error messages': 'Fehlermeldungen',
|
|
814
|
-
'Specific problems': 'Spezifische Probleme',
|
|
815
|
-
'Examples:': 'Beispiele:',
|
|
816
|
-
"I'm unable to start the SSHD service and am receiving this error message, “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 characters)": 'Ich kann den SSHD-Dienst nicht starten und erhalte die Fehlermeldung „Bad yes/no argument for ShowPatchLevel parameter.“ (120/255 Zeichen)',
|
|
817
|
-
'We see this error message: “function that is failing”. (54/255 characters)': 'Uns wird folgende Fehlermeldung angezeigt: „function that is failing“. (70/255 Zeichen)',
|
|
818
|
-
'Live search results powered by OpenShift AI': 'Live-Suchergebnisse unterstützt durch Openshift AI',
|
|
819
|
-
'See more options': 'Weitere Optionen anzeigen',
|
|
820
|
-
'Red Hat recommended results': 'Von Red Hat empfohlene Ergebnisse',
|
|
821
|
-
'Review phone number': 'Telefonnummer überprüfen',
|
|
822
|
-
'Please confirm the phone number we have on file is correct.': 'Bitte bestätigen Sie, dass die bei uns hinterlegte Telefonnummer korrekt ist.',
|
|
823
|
-
'Confirm phone number': 'Telefonnummer bestätigen',
|
|
824
|
-
"I don't know": 'Ich bin mir nicht sicher',
|
|
825
805
|
};
|
|
@@ -798,26 +798,6 @@ declare const _default: {
|
|
|
798
798
|
'Update info': string;
|
|
799
799
|
Summarize: string;
|
|
800
800
|
'Describe more': string;
|
|
801
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': string;
|
|
802
|
-
'Contact\u2019s phone number': string;
|
|
803
|
-
'Please include a phone number': string;
|
|
804
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': string;
|
|
805
|
-
'Problem statement': string;
|
|
806
|
-
'Tips for summarizing your problem in under 255 characters:': string;
|
|
807
|
-
'To help us find the right information for you, include 1-2 key details, such as:': string;
|
|
808
|
-
'Relevant keywords': string;
|
|
809
|
-
'Error messages': string;
|
|
810
|
-
'Specific problems': string;
|
|
811
|
-
'Examples:': string;
|
|
812
|
-
"I'm unable to start the SSHD service and am receiving this error message, \u201CBad yes/no argument for ShowPatchLevel parameter.\u201D (125/255 characters)": string;
|
|
813
|
-
'We see this error message: \u201Cfunction that is failing\u201D. (54/255 characters)': string;
|
|
814
|
-
'Live search results powered by OpenShift AI': string;
|
|
815
|
-
'See more options': string;
|
|
816
|
-
'Red Hat recommended results': string;
|
|
817
|
-
'Review phone number': string;
|
|
818
|
-
'Please confirm the phone number we have on file is correct.': string;
|
|
819
|
-
'Confirm phone number': string;
|
|
820
|
-
"I don't know": string;
|
|
821
801
|
};
|
|
822
802
|
export default _default;
|
|
823
803
|
//# sourceMappingURL=template-es.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-es.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-es.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAy7BE"}
|
|
@@ -800,24 +800,4 @@ export default {
|
|
|
800
800
|
'Update info': 'Actualice la información',
|
|
801
801
|
Summarize: 'Resumir',
|
|
802
802
|
'Describe more': 'Describir más',
|
|
803
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': 'Queremos poder ayudarlo rápidamente si tenemos algún problema con su caso. Para asegurarnos de que podamos comunicarnos con usted directamente, ahora requerimos un número de teléfono de contacto para todos los casos nuevos. Gracias por entender.',
|
|
804
|
-
'Contact’s phone number': 'Número de teléfono de contacto',
|
|
805
|
-
'Please include a phone number': 'Incluya un número de teléfono',
|
|
806
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': 'Queremos poder ayudarlo rápidamente si tenemos algún problema con su caso. Para asegurarnos de que podamos comunicarnos con usted directamente, ahora requerimos un número de teléfono de contacto para todos los casos nuevos.',
|
|
807
|
-
'Problem statement': 'Planteamiento del problema',
|
|
808
|
-
'Tips for summarizing your problem in under 255 characters:': 'Consejos para resumir su problema en menos de 255 caracteres:',
|
|
809
|
-
'To help us find the right information for you, include 1-2 key details, such as:': 'Para ayudarnos a encontrar la información adecuada para usted, incluya 1 o 2 detalles clave, como los siguientes:',
|
|
810
|
-
'Relevant keywords': 'Palabras clave relevantes',
|
|
811
|
-
'Error messages': 'Mensajes de error',
|
|
812
|
-
'Specific problems': 'Problemas específicos',
|
|
813
|
-
'Examples:': 'Ejemplos:',
|
|
814
|
-
"I'm unable to start the SSHD service and am receiving this error message, “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 characters)": 'No puedo iniciar el servicio SSHD y recibo este mensaje de error: "Argumento incorrecto de sí/no para el parámetro ShowPatchLevel". (125/255 caracteres)',
|
|
815
|
-
'We see this error message: “function that is failing”. (54/255 characters)': 'Vemos este mensaje de error: "función que está fallando". (54/255 caracteres)',
|
|
816
|
-
'Live search results powered by OpenShift AI': 'Resultados de búsqueda en vivo impulsados por Openshift AI',
|
|
817
|
-
'See more options': 'Ver más opciones',
|
|
818
|
-
'Red Hat recommended results': 'Resultados recomendados por Red Hat',
|
|
819
|
-
'Review phone number': 'Revisar número de teléfono',
|
|
820
|
-
'Please confirm the phone number we have on file is correct.': 'Confirme que el número de teléfono que tenemos registrado sea correcto.',
|
|
821
|
-
'Confirm phone number': 'Confirmar número de teléfono',
|
|
822
|
-
"I don't know": 'No sé',
|
|
823
803
|
};
|
|
@@ -797,26 +797,6 @@ declare const _default: {
|
|
|
797
797
|
'or as in your Service Level Agreement (SLA)': string;
|
|
798
798
|
'View case': string;
|
|
799
799
|
'Update info': string;
|
|
800
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': string;
|
|
801
|
-
'Contact\u2019s phone number': string;
|
|
802
|
-
'Please include a phone number': string;
|
|
803
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': string;
|
|
804
|
-
'Problem statement': string;
|
|
805
|
-
'Tips for summarizing your problem in under 255 characters:': string;
|
|
806
|
-
'To help us find the right information for you, include 1-2 key details, such as:': string;
|
|
807
|
-
'Relevant keywords': string;
|
|
808
|
-
'Error messages': string;
|
|
809
|
-
'Specific problems': string;
|
|
810
|
-
'Examples:': string;
|
|
811
|
-
"I'm unable to start the SSHD service and am receiving this error message, \u201CBad yes/no argument for ShowPatchLevel parameter.\u201D (125/255 characters)": string;
|
|
812
|
-
'We see this error message: \u201Cfunction that is failing\u201D. (54/255 characters)': string;
|
|
813
|
-
'Live search results powered by OpenShift AI': string;
|
|
814
|
-
'See more options': string;
|
|
815
|
-
'Red Hat recommended results': string;
|
|
816
|
-
'Review phone number': string;
|
|
817
|
-
'Please confirm the phone number we have on file is correct.': string;
|
|
818
|
-
'Confirm phone number': string;
|
|
819
|
-
"I don't know": string;
|
|
820
800
|
};
|
|
821
801
|
export default _default;
|
|
822
802
|
//# sourceMappingURL=template-fr.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-fr.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-fr.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAg8BE"}
|
|
@@ -802,24 +802,4 @@ export default {
|
|
|
802
802
|
'or as in your Service Level Agreement (SLA)': 'ou selon votre SLA contractuel',
|
|
803
803
|
'View case': 'Voir le cas',
|
|
804
804
|
'Update info': 'Mise à jour des informations',
|
|
805
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': "Nous souhaitons pouvoir vous aider rapidement si nous rencontrons des problèmes avec votre cas. Afin de nous assurer de pouvoir vous contacter directement, nous avons désormais besoin d'un numéro de téléphone pour tous les nouveaux cas. Merci de votre compréhension.",
|
|
806
|
-
'Contact’s phone number': 'Numéro de téléphone du contact',
|
|
807
|
-
'Please include a phone number': 'Veuillez inclure un numéro de téléphone',
|
|
808
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': "Nous souhaitons pouvoir vous aider rapidement si nous rencontrons des problèmes avec votre cas. Afin de nous assurer de pouvoir vous contacter directement, nous avons désormais besoin d'un numéro de téléphone pour tous les nouveaux cas.",
|
|
809
|
-
'Problem statement': 'Énoncé du problème',
|
|
810
|
-
'Tips for summarizing your problem in under 255 characters:': 'Conseils pour résumer votre problème en moins de 255 caractères :',
|
|
811
|
-
'To help us find the right information for you, include 1-2 key details, such as:': 'Pour nous aider à trouver les informations qui vous conviennent, incluez 1 à 2 détails clés, tels que :',
|
|
812
|
-
'Relevant keywords': 'Saisir les mots-clés pertinents',
|
|
813
|
-
'Error messages': "Messages d'erreur",
|
|
814
|
-
'Specific problems': 'Problèmes spécifiques',
|
|
815
|
-
'Examples:': 'Exemples:',
|
|
816
|
-
"I'm unable to start the SSHD service and am receiving this error message, “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 characters)": "Je ne parviens pas à démarrer le service SSHD et je reçois ce message d'erreur : « Mauvais argument oui/non pour le paramètre ShowPatchLevel ». (125/255 caractères)",
|
|
817
|
-
'We see this error message: “function that is failing”. (54/255 characters)': "Nous voyons ce message d'erreur : « fonction qui échoue ». (54/255 caractères)",
|
|
818
|
-
'Live search results powered by OpenShift AI': 'Résultats de recherche en direct alimentés par Openshift AI',
|
|
819
|
-
'See more options': "Voir plus d'options",
|
|
820
|
-
'Red Hat recommended results': 'Résultats recommandés par Red Hat',
|
|
821
|
-
'Review phone number': 'Vérifier le numéro de téléphone',
|
|
822
|
-
'Please confirm the phone number we have on file is correct.': 'Veuillez confirmer que le numéro de téléphone que nous avons dans notre dossier est correct.',
|
|
823
|
-
'Confirm phone number': 'Vérifier le numéro de téléphone',
|
|
824
|
-
"I don't know": 'Je ne sais pas',
|
|
825
805
|
};
|
|
@@ -800,26 +800,6 @@ declare const _default: {
|
|
|
800
800
|
'Update info': string;
|
|
801
801
|
Summarize: string;
|
|
802
802
|
'Describe more': string;
|
|
803
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': string;
|
|
804
|
-
'Contact\u2019s phone number': string;
|
|
805
|
-
'Please include a phone number': string;
|
|
806
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': string;
|
|
807
|
-
'Problem statement': string;
|
|
808
|
-
'Tips for summarizing your problem in under 255 characters:': string;
|
|
809
|
-
'To help us find the right information for you, include 1-2 key details, such as:': string;
|
|
810
|
-
'Relevant keywords': string;
|
|
811
|
-
'Error messages': string;
|
|
812
|
-
'Specific problems': string;
|
|
813
|
-
'Examples:': string;
|
|
814
|
-
"I'm unable to start the SSHD service and am receiving this error message, \u201CBad yes/no argument for ShowPatchLevel parameter.\u201D (125/255 characters)": string;
|
|
815
|
-
'We see this error message: \u201Cfunction that is failing\u201D. (54/255 characters)': string;
|
|
816
|
-
'Live search results powered by OpenShift AI': string;
|
|
817
|
-
'See more options': string;
|
|
818
|
-
'Red Hat recommended results': string;
|
|
819
|
-
'Review phone number': string;
|
|
820
|
-
'Please confirm the phone number we have on file is correct.': string;
|
|
821
|
-
'Confirm phone number': string;
|
|
822
|
-
"I don't know": string;
|
|
823
803
|
};
|
|
824
804
|
export default _default;
|
|
825
805
|
//# 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,wBA67BE"}
|
|
@@ -802,24 +802,4 @@ export default {
|
|
|
802
802
|
'Update info': 'Info aktualisieren',
|
|
803
803
|
Summarize: 'Riassumere',
|
|
804
804
|
'Describe more': 'Descrivere più dettagliatamente',
|
|
805
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': 'Vogliamo essere in grado di aiutarti rapidamente se riscontriamo problemi con il tuo caso. Per essere sicuri di poterti contattare direttamente, ora richiediamo un numero di telefono di contatto per tutti i nuovi casi. Grazie per la comprensione.',
|
|
806
|
-
'Contact’s phone number': 'Numero di telefono del contatto',
|
|
807
|
-
'Please include a phone number': 'Inserisci un numero di telefono',
|
|
808
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': 'Vogliamo essere in grado di aiutarti rapidamente se riscontriamo problemi con il tuo caso. Per essere sicuri di poterti contattare direttamente, ora richiediamo un numero di telefono di contatto per tutti i nuovi casi.',
|
|
809
|
-
'Problem statement': 'Spiegazione del problema',
|
|
810
|
-
'Tips for summarizing your problem in under 255 characters:': 'Suggerimenti per riassumere il problema in meno di 255 caratteri:',
|
|
811
|
-
'To help us find the right information for you, include 1-2 key details, such as:': 'Per aiutarci a trovare le informazioni giuste per te, includi 1-2 dettagli chiave, ad esempio:',
|
|
812
|
-
'Relevant keywords': 'Parole chiave pertinenti',
|
|
813
|
-
'Error messages': 'Messaggio di errore',
|
|
814
|
-
'Specific problems': 'Problemi specifici',
|
|
815
|
-
'Examples:': 'Esempi:',
|
|
816
|
-
"I'm unable to start the SSHD service and am receiving this error message, “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 characters)": 'Non riesco ad avviare il servizio SSHD e ricevo questo messaggio di errore, "Argomento sì/no errato per il parametro ShowPatchLevel". (133/255 caratteri)',
|
|
817
|
-
'We see this error message: “function that is failing”. (54/255 characters)': 'Vedo questo messaggio di errore: "funzionalità che determina un errore". (72/255 caratteri)',
|
|
818
|
-
'Live search results powered by OpenShift AI': 'Risultati della ricerca in tempo reale forniti da OpenShift AI',
|
|
819
|
-
'See more options': 'Visualizza più opzioni',
|
|
820
|
-
'Red Hat recommended results': 'Risultati consigliati da Red Hat',
|
|
821
|
-
'Review phone number': 'Controlla il numero di telefono',
|
|
822
|
-
'Please confirm the phone number we have on file is correct.': 'Conferma che il numero di telefono in archivio è corretto.',
|
|
823
|
-
'Confirm phone number': 'Confermo il numero di telefono',
|
|
824
|
-
"I don't know": 'Non lo so',
|
|
825
805
|
};
|
|
@@ -802,26 +802,6 @@ declare const _default: {
|
|
|
802
802
|
'View case': string;
|
|
803
803
|
'Update info': string;
|
|
804
804
|
'These changes to your phone number affect only this case.': string;
|
|
805
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': string;
|
|
806
|
-
'Contact\u2019s phone number': string;
|
|
807
|
-
'Please include a phone number': string;
|
|
808
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': string;
|
|
809
|
-
'Problem statement': string;
|
|
810
|
-
'Tips for summarizing your problem in under 255 characters:': string;
|
|
811
|
-
'To help us find the right information for you, include 1-2 key details, such as:': string;
|
|
812
|
-
'Relevant keywords': string;
|
|
813
|
-
'Error messages': string;
|
|
814
|
-
'Specific problems': string;
|
|
815
|
-
'Examples:': string;
|
|
816
|
-
"I'm unable to start the SSHD service and am receiving this error message, \u201CBad yes/no argument for ShowPatchLevel parameter.\u201D (125/255 characters)": string;
|
|
817
|
-
'We see this error message: \u201Cfunction that is failing\u201D. (54/255 characters)': string;
|
|
818
|
-
'Live search results powered by OpenShift AI': string;
|
|
819
|
-
'See more options': string;
|
|
820
|
-
'Red Hat recommended results': string;
|
|
821
|
-
'Review phone number': string;
|
|
822
|
-
'Please confirm the phone number we have on file is correct.': string;
|
|
823
|
-
'Confirm phone number': string;
|
|
824
|
-
"I don't know": string;
|
|
825
805
|
};
|
|
826
806
|
export default _default;
|
|
827
807
|
//# 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,wBA46BE"}
|
|
@@ -807,24 +807,4 @@ export default {
|
|
|
807
807
|
'View case': 'ケースの表示',
|
|
808
808
|
'Update info': '情報の更新',
|
|
809
809
|
'These changes to your phone number affect only this case.': 'これらの電話番号への変更は、このケースにのみ影響します',
|
|
810
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': 'Red Hat では、お客様のケースで問題が発見された際に、迅速に対応することを目指しています。直接ご連絡できるように、すべての新規ケースで連絡先の電話番号の入力をお願いしております。ご理解のほどよろしくお願いいたします。',
|
|
811
|
-
'Contact’s phone number': '連絡先の電話番号',
|
|
812
|
-
'Please include a phone number': '電話番号を入力してください',
|
|
813
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': 'Red Hat では、お客様のケースで問題が発見された際に、迅速に対応することを目指しています。直接ご連絡できるように、すべての新規ケースで連絡先の電話番号の入力をお願いしております。',
|
|
814
|
-
'Problem statement': '件名',
|
|
815
|
-
'Tips for summarizing your problem in under 255 characters:': '問題を 255 文字以内で要約するためのヒント:',
|
|
816
|
-
'To help us find the right information for you, include 1-2 key details, such as:': '適切な情報をご提供できるように、次のような重要な詳細情報を 1 つか 2 つ記載してください。',
|
|
817
|
-
'Relevant keywords': '関連キーワード',
|
|
818
|
-
'Error messages': 'エラーメッセージ',
|
|
819
|
-
'Specific problems': '具体的な問題',
|
|
820
|
-
'Examples:': '例:',
|
|
821
|
-
"I'm unable to start the SSHD service and am receiving this error message, “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 characters)": 'SSHD サービスを起動できず、“Bad yes/no argument for ShowPatchLevel parameter” というエラーメッセージが表示されます。(86/255 文字)',
|
|
822
|
-
'We see this error message: “function that is failing”. (54/255 characters)': '“function that is failing” というエラーメッセージが表示されます。(46/255 文字)',
|
|
823
|
-
'Live search results powered by OpenShift AI': 'Openshift AI によるライブ検索結果',
|
|
824
|
-
'See more options': 'その他のオプションの表示',
|
|
825
|
-
'Red Hat recommended results': 'Red Hat が推奨する結果',
|
|
826
|
-
'Review phone number': '電話番号の確認',
|
|
827
|
-
'Please confirm the phone number we have on file is correct.': '登録されている電話番号が正しいことを確認してください。',
|
|
828
|
-
'Confirm phone number': '電話番号の確認',
|
|
829
|
-
"I don't know": '不明',
|
|
830
810
|
};
|
|
@@ -800,26 +800,6 @@ declare const _default: {
|
|
|
800
800
|
'or as in your Service Level Agreement (SLA)': string;
|
|
801
801
|
'View case': string;
|
|
802
802
|
'Update info': string;
|
|
803
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': string;
|
|
804
|
-
'Contact\u2019s phone number': string;
|
|
805
|
-
'Please include a phone number': string;
|
|
806
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': string;
|
|
807
|
-
'Problem statement': string;
|
|
808
|
-
'Tips for summarizing your problem in under 255 characters:': string;
|
|
809
|
-
'To help us find the right information for you, include 1-2 key details, such as:': string;
|
|
810
|
-
'Relevant keywords': string;
|
|
811
|
-
'Error messages': string;
|
|
812
|
-
'Specific problems': string;
|
|
813
|
-
'Examples:': string;
|
|
814
|
-
"I'm unable to start the SSHD service and am receiving this error message, \u201CBad yes/no argument for ShowPatchLevel parameter.\u201D (125/255 characters)": string;
|
|
815
|
-
'We see this error message: \u201Cfunction that is failing\u201D. (54/255 characters)': string;
|
|
816
|
-
'Live search results powered by OpenShift AI': string;
|
|
817
|
-
'See more options': string;
|
|
818
|
-
'Red Hat recommended results': string;
|
|
819
|
-
'Review phone number': string;
|
|
820
|
-
'Please confirm the phone number we have on file is correct.': string;
|
|
821
|
-
'Confirm phone number': string;
|
|
822
|
-
"I don't know": string;
|
|
823
803
|
};
|
|
824
804
|
export default _default;
|
|
825
805
|
//# 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,wBA05BE"}
|
|
@@ -805,24 +805,4 @@ export default {
|
|
|
805
805
|
'or as in your Service Level Agreement (SLA)': '또는 서비스 수준 계약(SLA)에 따라 준수',
|
|
806
806
|
'View case': '케이스 보기',
|
|
807
807
|
'Update info': '업데이트 정보',
|
|
808
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': '지원 케이스에 문제가 발생할 경우 신속하게 도움을 드릴 수 있습니다. 직접 연락을 받으실 수 있도록 모든 신규 케이스에 대한 연락 가능한 전화 번호를 알려 주시기 바랍니다. 이해해 주셔서 감사합니다.',
|
|
809
|
-
'Contact’s phone number': '연락처',
|
|
810
|
-
'Please include a phone number': '전화 번호를 입력하세요',
|
|
811
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': '지원 케이스에 문제가 발생할 경우 신속하게 도움을 드릴 수 있습니다. 직접 연락을 받으실 수 있도록 모든 신규 케이스에 대한 연락 가능한 전화 번호를 알려 주시기 바랍니다.',
|
|
812
|
-
'Problem statement': '문제 설명',
|
|
813
|
-
'Tips for summarizing your problem in under 255 characters:': '문제 요약 (255자 이내)을 위한 팁:',
|
|
814
|
-
'To help us find the right information for you, include 1-2 key details, such as:': '적합한 정보를 찾는데 도움이 되도록 다음과 같은 1-2 가지 주요 세부 정보를 포함합니다.',
|
|
815
|
-
'Relevant keywords': '관련 키워드',
|
|
816
|
-
'Error messages': '오류 메시지',
|
|
817
|
-
'Specific problems': '구체적인 문제',
|
|
818
|
-
'Examples:': '예:',
|
|
819
|
-
"I'm unable to start the SSHD service and am receiving this error message, “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 characters)": 'SSHD 서비스를 시작할 수 없으며 "Bad yes/no argument for ShowPatchLevel parameter." (125/255자)라는 오류 메시지가 나타납니다.',
|
|
820
|
-
'We see this error message: “function that is failing”. (54/255 characters)': '"function that is failing"이라는 오류 메시지가 표시됩니다. (54/255자)',
|
|
821
|
-
'Live search results powered by OpenShift AI': 'Openshift AI가 제공하는 실시간 검색 결과',
|
|
822
|
-
'See more options': '더 많은 옵션 보기',
|
|
823
|
-
'Red Hat recommended results': 'Red Hat 권장 결과',
|
|
824
|
-
'Review phone number': '전화 번호 확인',
|
|
825
|
-
'Please confirm the phone number we have on file is correct.': '등록된 전화번호가 올바른지 확인하십시오.',
|
|
826
|
-
'Confirm phone number': '전화 번호 확인',
|
|
827
|
-
"I don't know": '알 수 없음',
|
|
828
808
|
};
|
|
@@ -798,26 +798,6 @@ declare const _default: {
|
|
|
798
798
|
'or as in your Service Level Agreement (SLA)': string;
|
|
799
799
|
'View case': string;
|
|
800
800
|
'Update info': string;
|
|
801
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': string;
|
|
802
|
-
'Contact\u2019s phone number': string;
|
|
803
|
-
'Please include a phone number': string;
|
|
804
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': string;
|
|
805
|
-
'Problem statement': string;
|
|
806
|
-
'Tips for summarizing your problem in under 255 characters:': string;
|
|
807
|
-
'To help us find the right information for you, include 1-2 key details, such as:': string;
|
|
808
|
-
'Relevant keywords': string;
|
|
809
|
-
'Error messages': string;
|
|
810
|
-
'Specific problems': string;
|
|
811
|
-
'Examples:': string;
|
|
812
|
-
"I'm unable to start the SSHD service and am receiving this error message, \u201CBad yes/no argument for ShowPatchLevel parameter.\u201D (125/255 characters)": string;
|
|
813
|
-
'We see this error message: \u201Cfunction that is failing\u201D. (54/255 characters)': string;
|
|
814
|
-
'Live search results powered by OpenShift AI': string;
|
|
815
|
-
'See more options': string;
|
|
816
|
-
'Red Hat recommended results': string;
|
|
817
|
-
'Review phone number': string;
|
|
818
|
-
'Please confirm the phone number we have on file is correct.': string;
|
|
819
|
-
'Confirm phone number': string;
|
|
820
|
-
"I don't know": string;
|
|
821
801
|
};
|
|
822
802
|
export default _default;
|
|
823
803
|
//# sourceMappingURL=template-pt.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-pt.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-pt.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAy7BE"}
|
|
@@ -801,24 +801,4 @@ export default {
|
|
|
801
801
|
'or as in your Service Level Agreement (SLA)': 'ou conforme seu Contrato de nível de serviço (SLA)',
|
|
802
802
|
'View case': 'Ver caso',
|
|
803
803
|
'Update info': 'Atualizar informações',
|
|
804
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': 'Queremos poder ajudar você rapidamente caso ocorram problemas com o seu caso. Para garantir que possamos entrar em contato diretamente, agora solicitamos um número de telefone de contato para todos os novos casos. Agradecemos pela compreensão.',
|
|
805
|
-
'Contact’s phone number': 'Número de telefone do contato',
|
|
806
|
-
'Please include a phone number': 'Por favor, inclua um número de telefone',
|
|
807
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': 'Queremos poder ajudar você rapidamente caso ocorram problemas com o seu caso. Para garantir que possamos entrar em contato diretamente, agora solicitamos um número de telefone de contato para todos os novos casos.',
|
|
808
|
-
'Problem statement': 'Declaração do problema',
|
|
809
|
-
'Tips for summarizing your problem in under 255 characters:': 'Dicas para resumir seu problema em menos de 255 caracteres:',
|
|
810
|
-
'To help us find the right information for you, include 1-2 key details, such as:': 'Para nos ajudar a encontrar as informações certas para você, inclua de 1 a 2 detalhes importantes, como:',
|
|
811
|
-
'Relevant keywords': 'Digite as palavras-chave relevantes',
|
|
812
|
-
'Error messages': 'Mensagens de erro',
|
|
813
|
-
'Specific problems': 'Problemas específicos',
|
|
814
|
-
'Examples:': 'Exemplos:',
|
|
815
|
-
"I'm unable to start the SSHD service and am receiving this error message, “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 characters)": 'Não consigo iniciar o serviço SSHD e estou recebendo esta mensagem de erro: “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 caracteres)',
|
|
816
|
-
'We see this error message: “function that is failing”. (54/255 characters)': 'Vemos esta mensagem de erro: “function that is failing”. (56/255 caracteres)',
|
|
817
|
-
'Live search results powered by OpenShift AI': 'Resultados de pesquisa ao vivo com tecnologia Openshift AI',
|
|
818
|
-
'See more options': 'Veja mais opções',
|
|
819
|
-
'Red Hat recommended results': 'Resultados recomendados pela Red Hat',
|
|
820
|
-
'Review phone number': 'Revise o número de telefone',
|
|
821
|
-
'Please confirm the phone number we have on file is correct.': 'Confirme se o número de telefone que temos em arquivo está correto.',
|
|
822
|
-
'Confirm phone number': 'Confirme o número de telefone',
|
|
823
|
-
"I don't know": 'Não sei',
|
|
824
804
|
};
|
|
@@ -793,26 +793,6 @@ declare const _default: {
|
|
|
793
793
|
'or as in your Service Level Agreement (SLA)': string;
|
|
794
794
|
'View case': string;
|
|
795
795
|
'Update info': string;
|
|
796
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': string;
|
|
797
|
-
'Contact\u2019s phone number': string;
|
|
798
|
-
'Please include a phone number': string;
|
|
799
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': string;
|
|
800
|
-
'Problem statement': string;
|
|
801
|
-
'Tips for summarizing your problem in under 255 characters:': string;
|
|
802
|
-
'To help us find the right information for you, include 1-2 key details, such as:': string;
|
|
803
|
-
'Relevant keywords': string;
|
|
804
|
-
'Error messages': string;
|
|
805
|
-
'Specific problems': string;
|
|
806
|
-
'Examples:': string;
|
|
807
|
-
"I'm unable to start the SSHD service and am receiving this error message, \u201CBad yes/no argument for ShowPatchLevel parameter.\u201D (125/255 characters)": string;
|
|
808
|
-
'We see this error message: \u201Cfunction that is failing\u201D. (54/255 characters)': string;
|
|
809
|
-
'Live search results powered by OpenShift AI': string;
|
|
810
|
-
'See more options': string;
|
|
811
|
-
'Red Hat recommended results': string;
|
|
812
|
-
'Review phone number': string;
|
|
813
|
-
'Please confirm the phone number we have on file is correct.': string;
|
|
814
|
-
'Confirm phone number': string;
|
|
815
|
-
"I don't know": string;
|
|
816
796
|
};
|
|
817
797
|
export default _default;
|
|
818
798
|
//# sourceMappingURL=template-zh.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"template-zh.d.ts","sourceRoot":"","sources":["../../../src/i18n/template-zh.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA82BE"}
|
|
@@ -797,24 +797,4 @@ export default {
|
|
|
797
797
|
'or as in your Service Level Agreement (SLA)': '或按照您的服务水平协议(SLA)',
|
|
798
798
|
'View case': '查看问题单',
|
|
799
799
|
'Update info': '更新信息',
|
|
800
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases. Thank you for understanding.': '我们希望能够快速解决您的问题。为了确保可以直接联系到您,请提供您的联系电话号码。感谢您的理解。',
|
|
801
|
-
'Contact’s phone number': '联系电话号码',
|
|
802
|
-
'Please include a phone number': '请提供一个电话号码',
|
|
803
|
-
'We want to be able to help you quickly if we run into any issues with your case. To make sure we can contact you directly, we now require a contact phone number for all new cases.': '我们希望能够快速解决您的问题。为了确保可以直接联系到您,请提供您的联系电话号码。',
|
|
804
|
-
'Problem statement': '问题声明',
|
|
805
|
-
'Tips for summarizing your problem in under 255 characters:': '概述您的问题(不要超过 255 个字符):',
|
|
806
|
-
'To help us find the right information for you, include 1-2 key details, such as:': '为了帮助我们找到正确的信息,请包含 1-2 个关键细节,例如:',
|
|
807
|
-
'Relevant keywords': '相关关键字',
|
|
808
|
-
'Error messages': '错误信息',
|
|
809
|
-
'Specific problems': '特定问题',
|
|
810
|
-
'Examples:': '例如:',
|
|
811
|
-
"I'm unable to start the SSHD service and am receiving this error message, “Bad yes/no argument for ShowPatchLevel parameter.” (125/255 characters)": '我无法启动 SSHD 服务,并收到此错误信息:“Bad yes/no argument for ShowPatchLevel parameter.”(125/255 个字符)',
|
|
812
|
-
'We see this error message: “function that is failing”. (54/255 characters)': '我们看到此错误信息:“function that is failing”。(54/255 个字符)',
|
|
813
|
-
'Live search results powered by OpenShift AI': 'Openshift AI 提供的实时搜索结果',
|
|
814
|
-
'See more options': '查看更多选项',
|
|
815
|
-
'Red Hat recommended results': '红帽推荐的结果',
|
|
816
|
-
'Review phone number': '检查电话号码',
|
|
817
|
-
'Please confirm the phone number we have on file is correct.': '请确认您的电话号码是正确的。',
|
|
818
|
-
'Confirm phone number': '确认电话号码',
|
|
819
|
-
"I don't know": '我不知道',
|
|
820
800
|
};
|
|
@@ -218,7 +218,6 @@ export interface ICaseState {
|
|
|
218
218
|
isPostingRemoteRequestCommentCompletedErrorMessage?: string | undefined;
|
|
219
219
|
isExistingPhoneNumber?: boolean;
|
|
220
220
|
hasLoggedInUserConfirmedPhoneNumber?: 'True' | 'False' | 'Deferred' | undefined;
|
|
221
|
-
shouldNotSetPhoneCountryCode?: boolean;
|
|
222
221
|
}
|
|
223
222
|
export interface ICreateCasePayloadType extends ICaseState {
|
|
224
223
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CaseConstNTypes.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseConstNTypes.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"CaseConstNTypes.d.ts","sourceRoot":"","sources":["../../../src/reducers/CaseConstNTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -213,7 +213,6 @@ export const initialCaseState = {
|
|
|
213
213
|
isPostingRemoteRequestCommentCompletedErrorMessage: '',
|
|
214
214
|
isExistingPhoneNumber: false,
|
|
215
215
|
hasLoggedInUserConfirmedPhoneNumber: 'False',
|
|
216
|
-
shouldNotSetPhoneCountryCode: false,
|
|
217
216
|
};
|
|
218
217
|
export const ORG_ADMIN_SEND_NOTIFCATION_KBASE_LINK = 'https://access.redhat.com/articles/5967811';
|
|
219
218
|
export const NON_ORG_ADMIN_SEND_NOTIFCATION_KBASE_LINK = 'https://access.redhat.com/articles/5967831';
|
package/lib/esm/scss/_main.scss
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.130",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"@progress/kendo-licensing": "1.3.5",
|
|
61
61
|
"@progress/kendo-react-pdf": "^5.16.0",
|
|
62
62
|
"@redux-devtools/extension": "^3.3.0",
|
|
63
|
-
"@rh-support/components": "2.1.
|
|
64
|
-
"@rh-support/react-context": "2.1.
|
|
65
|
-
"@rh-support/types": "2.0.
|
|
66
|
-
"@rh-support/user-permissions": "2.1.
|
|
67
|
-
"@rh-support/utils": "2.1.
|
|
63
|
+
"@rh-support/components": "2.1.62",
|
|
64
|
+
"@rh-support/react-context": "2.1.70",
|
|
65
|
+
"@rh-support/types": "2.0.4",
|
|
66
|
+
"@rh-support/user-permissions": "2.1.45",
|
|
67
|
+
"@rh-support/utils": "2.1.34",
|
|
68
68
|
"@types/react-redux": "^7.1.33",
|
|
69
69
|
"@types/redux": "^3.6.0",
|
|
70
70
|
"dompurify": "^2.2.6",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"defaults and supports es6-module",
|
|
132
132
|
"maintained node versions"
|
|
133
133
|
],
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "ecb9820a2fe40793e79c0f9f4786ec657070fe64"
|
|
135
135
|
}
|