@rh-support/troubleshoot 2.0.6 → 2.0.9
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.
|
@@ -57,55 +57,55 @@ export default function SupportTypeSelectorPage() {
|
|
|
57
57
|
{
|
|
58
58
|
id: 0,
|
|
59
59
|
icon: React.createElement(BugIcon, null),
|
|
60
|
-
oldSupportType:
|
|
60
|
+
oldSupportType: PreviousCaseTypes.DEFECT_BUG,
|
|
61
61
|
supportTypeHeading: t(NewCaseTypes.BUG_DEFECT),
|
|
62
62
|
supportTypeDescription: t('Report an issue with a product'),
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
id: 1,
|
|
66
66
|
icon: React.createElement(CertificationIcon, null),
|
|
67
|
-
oldSupportType:
|
|
67
|
+
oldSupportType: PreviousCaseTypes.CERTIFICATION,
|
|
68
68
|
supportTypeHeading: t(NewCaseTypes.CERTIFICATION),
|
|
69
69
|
supportTypeDescription: t('Hardware and software certification support'),
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
id: 2,
|
|
73
73
|
icon: React.createElement(GearIcon, null),
|
|
74
|
-
oldSupportType:
|
|
74
|
+
oldSupportType: PreviousCaseTypes.CONFIGURATION_ISSUE,
|
|
75
75
|
supportTypeHeading: t(NewCaseTypes.CONFIGURATION),
|
|
76
76
|
supportTypeDescription: t('Set-up and configuration support'),
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
id: 3,
|
|
80
80
|
icon: React.createElement(CustomerServiceIcon, null),
|
|
81
|
-
oldSupportType:
|
|
81
|
+
oldSupportType: PreviousCaseTypes.ACCOUNT_CUSTOMERSERVICE_REQUEST,
|
|
82
82
|
supportTypeHeading: t(NewCaseTypes.CUSTOMER_SERVICE),
|
|
83
83
|
supportTypeDescription: t('Account, billing, or subscription support'),
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
id: 4,
|
|
87
87
|
icon: React.createElement(DocumentationIcon, null),
|
|
88
|
-
oldSupportType:
|
|
88
|
+
oldSupportType: PreviousCaseTypes.USAGE_DOCUMENTATION_HELP,
|
|
89
89
|
supportTypeHeading: t(NewCaseTypes.USAGE_DOCS_HELP),
|
|
90
90
|
supportTypeDescription: t('Suggest or request an update to content'),
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
id: 5,
|
|
94
94
|
icon: React.createElement(IdeaIcon, null),
|
|
95
|
-
oldSupportType:
|
|
95
|
+
oldSupportType: PreviousCaseTypes.FEATURE_ENHANCEMENT,
|
|
96
96
|
supportTypeHeading: t(NewCaseTypes.IDEA),
|
|
97
97
|
supportTypeDescription: t('Request a feature or product enhancement'),
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
id: 6,
|
|
101
101
|
icon: React.createElement(RcaIcon, null),
|
|
102
|
-
oldSupportType:
|
|
102
|
+
oldSupportType: PreviousCaseTypes.RCA_ONLY,
|
|
103
103
|
supportTypeHeading: t(NewCaseTypes.ROOT_CAUSE_ANALYSIS),
|
|
104
104
|
supportTypeDescription: t('Only for identifying the source of an issue'),
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
id: 7,
|
|
108
|
-
oldSupportType:
|
|
108
|
+
oldSupportType: PreviousCaseTypes.OTHER,
|
|
109
109
|
supportTypeHeading: t(NewCaseTypes.OTHER),
|
|
110
110
|
},
|
|
111
111
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rh-support/troubleshoot",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"not ie <= 11",
|
|
146
146
|
"not op_mini all"
|
|
147
147
|
],
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "c8c7f1e688876128fc4cbeb7e3eb9236aaa4e947"
|
|
149
149
|
}
|