We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d827f6f commit 71ba91eCopy full SHA for 71ba91e
src/validation.ts
@@ -23,8 +23,16 @@ export function getFilteredChannels(
23
24
export function mapTypeForMetadataReport(typeName: string): string {
25
switch (typeName) {
26
+ case "AssignmentRule":
27
+ return "AssignmentRules";
28
+ case "AutoResponseRule":
29
+ return "AutoResponseRules";
30
case "CustomLabel":
31
return "CustomLabels";
32
+ case "EscalationRule":
33
+ return "EscalationRules";
34
+ case "ManagedTopic":
35
+ return "ManagedTopics";
36
case "MatchingRule":
37
return "MatchingRules";
38
default:
0 commit comments