@@ -8,24 +8,24 @@ internal static class Constants
8
8
{
9
9
public static readonly List < ArtifactType > ArtifactTypeMap = new List < ArtifactType > ( )
10
10
{
11
- { new ArtifactType ( new [ ] { "AS" } , "Automation" , "Automation Script" ) } ,
12
- { new ArtifactType ( new [ ] { "C" } , "Connector" , "Connector" ) } ,
13
- { new ArtifactType ( new [ ] { "CF" } , "Custom Solution" , "Companion File" ) } ,
14
- { new ArtifactType ( new [ ] { "CHATOPS" } , "ChatOps Extension" , "ChatOps Extension" ) } ,
15
- { new ArtifactType ( new [ ] { "D" } , "Dashboard" , "Dashboard" ) } ,
16
- { new ArtifactType ( new [ ] { "DOC" } , "Custom Solution" , "Documentation" ) } ,
17
- { new ArtifactType ( new [ ] { "F" } , "Custom Solution" , "Function Definition" ) } ,
18
- { new ArtifactType ( new [ ] { "GQIDS" } , "Ad Hoc Data Source" , "gqidatasource" , "Ad Hoc Data Source" ) } ,
19
- { new ArtifactType ( new [ ] { "GQIO" } , "Data Transformer" , "GQI Operator" ) } ,
20
- { new ArtifactType ( new [ ] { "LSO" } , "Automation" , "Live Cycle Service Orchestration" ) } ,
21
- { new ArtifactType ( new [ ] { "PA" } , "Automation" , "Process Automation" ) } ,
22
- { new ArtifactType ( new [ ] { "PLS" } , "Automation" , "Profile Load Script" ) } ,
23
- { new ArtifactType ( new [ ] { "S" } , "Custom Solution" , "Solution" ) } ,
24
- { new ArtifactType ( new [ ] { "SC" } , "Scripted Connector" , "Scripted Connector" ) } ,
25
- { new ArtifactType ( new [ ] { "T" } , "Custom Solution" , "Testing Solution" ) } ,
26
- { new ArtifactType ( new [ ] { "UDAPI" } , "User-Defined API" , "User Defined API" ) } ,
27
- { new ArtifactType ( new [ ] { "V" } , "Visual Overview" , "Visio" ) } ,
28
- { new ArtifactType ( new [ ] { "LCA" } , "Custom Solution" , "Low-Code App" ) }
11
+ { new ArtifactType ( new [ ] { "AS" } , "Automation" , "Automation Script" , "automationscript" ) } ,
12
+ { new ArtifactType ( new [ ] { "C" } , "Connector" , "Connector" , "connector" ) } ,
13
+ { new ArtifactType ( new [ ] { "CF" } , "Custom Solution" , "Companion File" , "companionfile" ) } ,
14
+ { new ArtifactType ( new [ ] { "CHATOPS" } , "ChatOps Extension" , "ChatOps Extension" , "chatopsextension" ) } ,
15
+ { new ArtifactType ( new [ ] { "D" } , "Dashboard" , "Dashboard" , "dashboard" ) } ,
16
+ { new ArtifactType ( new [ ] { "DOC" } , "Custom Solution" , "Documentation" , "documentation" ) } ,
17
+ { new ArtifactType ( new [ ] { "F" } , "Custom Solution" , "Function Definition" , "functiondefinition" ) } ,
18
+ { new ArtifactType ( new [ ] { "GQIDS" } , "Ad Hoc Data Source" , "gqidatasource" , "Ad Hoc Data Source" , "adhocdatasource" ) } ,
19
+ { new ArtifactType ( new [ ] { "GQIO" } , "Data Transformer" , "GQI Operator" , "gqioperator" ) } ,
20
+ { new ArtifactType ( new [ ] { "LSO" } , "Automation" , "Live Cycle Service Orchestration" , "lifecycleserviceorchestration" ) } ,
21
+ { new ArtifactType ( new [ ] { "PA" } , "Automation" , "Process Automation" , "processautomation" ) } ,
22
+ { new ArtifactType ( new [ ] { "PLS" } , "Automation" , "Profile Load Script" , "profileloadscript" ) } ,
23
+ { new ArtifactType ( new [ ] { "S" } , "Custom Solution" , "Solution" , "solution" ) } ,
24
+ { new ArtifactType ( new [ ] { "SC" } , "Scripted Connector" , "Scripted Connector" , "scriptedconnector" ) } ,
25
+ { new ArtifactType ( new [ ] { "T" } , "Custom Solution" , "Testing Solution" , "testingsolution" ) } ,
26
+ { new ArtifactType ( new [ ] { "UDAPI" } , "User-Defined API" , "User Defined API" , "userdefinedapi" ) } ,
27
+ { new ArtifactType ( new [ ] { "V" } , "Visual Overview" , "Visio" , "visio" ) } ,
28
+ { new ArtifactType ( new [ ] { "LCA" } , "Custom Solution" , "Low-Code App" , "lowcodeapp" ) }
29
29
} ;
30
30
}
31
31
0 commit comments