@salesforce/source-deploy-retrieve 8.5.3 → 8.6.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.
@@ -1706,6 +1706,13 @@
1706
1706
  "directoryName": "skilltypes",
1707
1707
  "inFolder": false
1708
1708
  },
1709
+ "scorecategory": {
1710
+ "id": "scorecategory",
1711
+ "name": "ScoreCategory",
1712
+ "suffix": "scoreCategory",
1713
+ "directoryName": "scoreCategories",
1714
+ "inFolder": false
1715
+ },
1709
1716
  "livechatdeployment": {
1710
1717
  "id": "livechatdeployment",
1711
1718
  "name": "LiveChatDeployment",
@@ -3647,6 +3654,7 @@
3647
3654
  "policy": "appointmentassignmentpolicy",
3648
3655
  "skill": "skill",
3649
3656
  "skilltype": "skilltype",
3657
+ "scoreCategory": "scorecategory",
3650
3658
  "liveChatDeployment": "livechatdeployment",
3651
3659
  "liveChatButton": "livechatbutton",
3652
3660
  "liveChatAgentConfig": "livechatagentconfig",
package/messages/sdr.md CHANGED
@@ -170,4 +170,12 @@ A metadata type lookup for "%s" found the following close matches:
170
170
 
171
171
  Additional suggestions:
172
172
  Confirm the file name, extension, and directory names are correct. Validate against the registry at:
173
- https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json
173
+ <https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json>
174
+
175
+ If the type is not listed in the registry, check that it has Metadata API support via the Metadata Coverage Report:
176
+ <https://developer.salesforce.com/docs/metadata-coverage>
177
+
178
+ If the type is available via Metadata API but not in the registry
179
+
180
+ - Open an issue <https://github.com/forcedotcom/cli/issues>
181
+ - Add the type via PR. Instructions: <https://github.com/forcedotcom/source-deploy-retrieve/blob/main/contributing/metadata.md>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "8.5.3",
3
+ "version": "8.6.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",
@@ -44,7 +44,7 @@
44
44
  "@salesforce/cli-plugins-testkit": "^3.4.0",
45
45
  "@salesforce/dev-config": "^3.1.0",
46
46
  "@salesforce/dev-scripts": "^4.3.0",
47
- "@salesforce/prettier-config": "^0.0.2",
47
+ "@salesforce/prettier-config": "^0.0.3",
48
48
  "@salesforce/ts-sinon": "^1.4.6",
49
49
  "@types/archiver": "^5.3.1",
50
50
  "@types/deep-equal-in-any-order": "^1.0.1",
@@ -70,7 +70,7 @@
70
70
  "eslint-plugin-jsdoc": "^39.9.1",
71
71
  "eslint-plugin-sf-plugin": "^1.15.1",
72
72
  "husky": "^7.0.4",
73
- "jsforce": "^2.0.0-beta.21",
73
+ "jsforce": "^2.0.0-beta.23",
74
74
  "mocha": "^9.2.2",
75
75
  "mocha-junit-reporter": "^1.23.3",
76
76
  "nyc": "^15.1.0",