@salesforce/source-deploy-retrieve 12.16.10 → 12.17.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.
@@ -538,7 +538,8 @@
538
538
  "uawork": "analyticsworkspace",
539
539
  "lifeSciConfigCategory": "lifesciconfigcategory",
540
540
  "lifeSciConfigRecord": "lifesciconfigrecord",
541
- "invocableactionextension": "invocableactionextension"
541
+ "invocableactionextension": "invocableactionextension",
542
+ "fieldServiceMobileConfig": "fieldservicemobileconfig"
542
543
  },
543
544
  "types": {
544
545
  "accesscontrolpolicy": {
@@ -4797,6 +4798,14 @@
4797
4798
  "directoryName": "invocableactionextensions",
4798
4799
  "inFolder": false,
4799
4800
  "strictDirectoryName": false
4801
+ },
4802
+ "fieldservicemobileconfig": {
4803
+ "id": "fieldservicemobileconfig",
4804
+ "name": "FieldServiceMobileConfig",
4805
+ "suffix": "fieldServiceMobileConfig",
4806
+ "directoryName": "fieldServiceMobileConfigs",
4807
+ "inFolder": false,
4808
+ "strictDirectoryName": false
4800
4809
  }
4801
4810
  }
4802
4811
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.16.10",
3
+ "version": "12.17.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",