@salesforce/source-deploy-retrieve 9.7.17 → 9.7.18

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.
@@ -2758,6 +2758,14 @@
2758
2758
  "directoryName": "ConversationVendorInformation",
2759
2759
  "strictDirectoryName": false
2760
2760
  },
2761
+ "conversationchanneldefinition": {
2762
+ "id": "conversationchanneldefinition",
2763
+ "name": "ConversationChannelDefinition",
2764
+ "suffix": "ConversationChannelDefinition",
2765
+ "directoryName": "conversationChannelDefinitions",
2766
+ "inFolder": false,
2767
+ "strictDirectoryName": false
2768
+ },
2761
2769
  "conversationvendorfielddef": {
2762
2770
  "id": "conversationvendorfielddef",
2763
2771
  "name": "ConversationVendorFieldDef",
@@ -3837,6 +3845,7 @@
3837
3845
  "ChannelObjectLinkingRule": "channelobjectlinkingrule",
3838
3846
  "ConversationVendorInformation": "conversationvendorinfo",
3839
3847
  "ConversationVendorFieldDefinition": "conversationvendorfielddef",
3848
+ "ConversationChannelDefinition": "conversationchanneldefinition",
3840
3849
  "schedulingRule": "schedulingrule",
3841
3850
  "userAuthCertificate": "userauthcertificate",
3842
3851
  "forecastingTypeSource": "forecastingtypesource",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "9.7.17",
3
+ "version": "9.7.18",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",