@rh-support/troubleshoot 2.2.131-beta.4 → 2.2.131-beta.5
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CaseEditView/Tabs/CaseHistory/Timeline.tsx"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AA2BxB,OAAO,KAAuD,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;AA2BxB,OAAO,KAAuD,MAAM,OAAO,CAAC;AA8L5E,QAAA,MAAM,QAAQ;;uBAkSb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -109,6 +109,12 @@ const transformApiResponseToTimelineData = (apiResponse) => {
|
|
|
109
109
|
// // we will add this in when cpccm fixes the decoding.
|
|
110
110
|
// outputText = `changed Case Group from ${item.whateverItWillBeOld} to ${item.whateverItWillBeNew}`;
|
|
111
111
|
// break;
|
|
112
|
+
case 'EntitlementId':
|
|
113
|
+
outputText = `set Entitlement ID to ${item.entitlementNewName}`;
|
|
114
|
+
break;
|
|
115
|
+
case 'BusinessHoursId':
|
|
116
|
+
outputText = `set Business Hours ID to ${item.businessHoursNewName}`;
|
|
117
|
+
break;
|
|
112
118
|
default:
|
|
113
119
|
outputText = stripHTML(outputText);
|
|
114
120
|
break;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.2.131-beta.
|
|
3
|
+
"version": "2.2.131-beta.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -132,5 +132,5 @@
|
|
|
132
132
|
"defaults and supports es6-module",
|
|
133
133
|
"maintained node versions"
|
|
134
134
|
],
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "ebcf8064bcf880725aabfb860eb45090c00bfa08"
|
|
136
136
|
}
|