Skip to content

Commit

Permalink
feat: add skilltype to metadata registry
Browse files Browse the repository at this point in the history
  • Loading branch information
rchejerla-salesforce committed May 9, 2023
1 parent d960730 commit 761492e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ To contribute a new metadata type, please see the [Contributing Metadata Types t
|SiteDotCom|||
|SiteSettings|||
|Skill|||
|SkillType||Not supported, but support could be added|
|SkillType|||
|SlackApp|||
|SocialCustomerServiceSettings|||
|SocialProfileSettings|||
Expand Down
8 changes: 8 additions & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,13 @@
"directoryName": "skills",
"inFolder": false
},
"skilltype": {
"id": "skilltype",
"name": "SkillType",
"suffix": "skilltype",
"directoryName": "skilltypes",
"inFolder": false
},
"livechatdeployment": {
"id": "livechatdeployment",
"name": "LiveChatDeployment",
Expand Down Expand Up @@ -3631,6 +3638,7 @@
"transactionSecurityPolicy": "transactionsecuritypolicy",
"policy": "appointmentassignmentpolicy",
"skill": "skill",
"skilltype": "skilltype",
"liveChatDeployment": "livechatdeployment",
"liveChatButton": "livechatbutton",
"liveChatAgentConfig": "livechatagentconfig",
Expand Down

0 comments on commit 761492e

Please sign in to comment.