@salesforce/source-deploy-retrieve 8.3.1 → 8.4.0

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.
@@ -1699,6 +1699,13 @@
1699
1699
  "directoryName": "skills",
1700
1700
  "inFolder": false
1701
1701
  },
1702
+ "skilltype": {
1703
+ "id": "skilltype",
1704
+ "name": "SkillType",
1705
+ "suffix": "skilltype",
1706
+ "directoryName": "skilltypes",
1707
+ "inFolder": false
1708
+ },
1702
1709
  "livechatdeployment": {
1703
1710
  "id": "livechatdeployment",
1704
1711
  "name": "LiveChatDeployment",
@@ -3631,6 +3638,7 @@
3631
3638
  "transactionSecurityPolicy": "transactionsecuritypolicy",
3632
3639
  "policy": "appointmentassignmentpolicy",
3633
3640
  "skill": "skill",
3641
+ "skilltype": "skilltype",
3634
3642
  "liveChatDeployment": "livechatdeployment",
3635
3643
  "liveChatButton": "livechatbutton",
3636
3644
  "liveChatAgentConfig": "livechatagentconfig",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "8.3.1",
3
+ "version": "8.4.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",