@salesforce/source-deploy-retrieve 12.23.0 → 12.24.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.
@@ -559,7 +559,8 @@
559
559
  "apiNamedQuery": "apinamedquery",
560
560
  "ExternalStoragePrvdConfigSet": "externalstorageprvdconfig",
561
561
  "ruleLibraryDefinition": "rulelibrarydefinition",
562
- "dataMapperDefinition": "datamapperdefinition"
562
+ "dataMapperDefinition": "datamapperdefinition",
563
+ "integrationProcdDefinition": "integrationprocddefinition"
563
564
  },
564
565
  "types": {
565
566
  "accesscontrolpolicy": {
@@ -4986,6 +4987,14 @@
4986
4987
  "directoryName": "dataMapperDefinitions",
4987
4988
  "inFolder": false,
4988
4989
  "strictDirectoryName": false
4990
+ },
4991
+ "integrationprocddefinition": {
4992
+ "id": "integrationprocddefinition",
4993
+ "name": "IntegrationProcdDefinition",
4994
+ "suffix": "integrationProcdDefinition",
4995
+ "directoryName": "integrationProcdDefinitions",
4996
+ "inFolder": false,
4997
+ "strictDirectoryName": false
4989
4998
  }
4990
4999
  }
4991
5000
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.23.0",
3
+ "version": "12.24.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",