@salesforce/source-deploy-retrieve 12.20.1 → 12.21.1

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.
@@ -379,6 +379,7 @@
379
379
  "oauthtokenexchangehandler": "oauthtokenexchangehandler",
380
380
  "object": "customobject",
381
381
  "objectSourceTargetMap": "objectsourcetargetmap",
382
+ "objIntegProviderDefMapping": "objintegproviderdefmapping",
382
383
  "objectTranslation": "customobjecttranslation",
383
384
  "ocrSampleDocument": "ocrsampledocument",
384
385
  "ocrTemplate": "ocrtemplate",
@@ -545,7 +546,9 @@
545
546
  "fieldServiceMobileConfig": "fieldservicemobileconfig",
546
547
  "dgtAssetMgmtProvider": "dgtassetmgmtprovider",
547
548
  "dgtAssetMgmtPrvdLghtCpnt": "dgtassetmgmtprvdlghtcpnt",
548
- "ecaCanvas": "extlclntappcanvasstngs"
549
+ "ecaCanvas": "extlclntappcanvasstngs",
550
+ "apiNamedQuery": "apinamedquery",
551
+ "ExternalStoragePrvdConfigSet": "externalstorageprvdconfig"
549
552
  },
550
553
  "types": {
551
554
  "accesscontrolpolicy": {
@@ -3399,6 +3402,13 @@
3399
3402
  "strictDirectoryName": false,
3400
3403
  "suffix": "objectSourceTargetMap"
3401
3404
  },
3405
+ "objintegproviderdefmapping": {
3406
+ "directoryName": "objIntegProviderDefMappings",
3407
+ "id": "objintegproviderdefmapping",
3408
+ "name": "ObjIntegProviderDefMapping",
3409
+ "strictDirectoryName": false,
3410
+ "suffix": "objIntegProviderDefMapping"
3411
+ },
3402
3412
  "ocrsampledocument": {
3403
3413
  "directoryName": "ocrSampleDocuments",
3404
3414
  "id": "ocrsampledocument",
@@ -4861,6 +4871,22 @@
4861
4871
  "directoryName": "extlClntAppCanvasStngs",
4862
4872
  "inFolder": false,
4863
4873
  "strictDirectoryName": false
4874
+ },
4875
+ "apinamedquery": {
4876
+ "id": "apinamedquery",
4877
+ "name": "ApiNamedQuery",
4878
+ "suffix": "apiNamedQuery",
4879
+ "directoryName": "apiNamedQueries",
4880
+ "inFolder": false,
4881
+ "strictDirectoryName": false
4882
+ },
4883
+ "externalstorageprvdconfig": {
4884
+ "id": "externalstorageprvdconfig",
4885
+ "name": "ExternalStoragePrvdConfig",
4886
+ "suffix": "ExternalStoragePrvdConfigSet",
4887
+ "directoryName": "ExternalStoragePrvdConfig",
4888
+ "inFolder": false,
4889
+ "strictDirectoryName": false
4864
4890
  }
4865
4891
  }
4866
4892
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.20.1",
3
+ "version": "12.21.1",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",