@salesforce/source-deploy-retrieve 10.2.8 → 10.2.9

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.
@@ -1686,6 +1686,20 @@
1686
1686
  "adapter": "matchingContentFile"
1687
1687
  }
1688
1688
  },
1689
+ "datacalcinsighttemplate": {
1690
+ "id": "datacalcinsighttemplate",
1691
+ "name": "DataCalcInsightTemplate",
1692
+ "suffix": "dataCalcInsightTemplate",
1693
+ "directoryName": "dataCalcInsightTemplates",
1694
+ "strictDirectoryName": false
1695
+ },
1696
+ "datakitobjecttemplate": {
1697
+ "id": "datakitobjecttemplate",
1698
+ "name": "DataKitObjectTemplate",
1699
+ "suffix": "dataKitObjectTemplate",
1700
+ "directoryName": "dataKitObjectTemplates",
1701
+ "strictDirectoryName": false
1702
+ },
1689
1703
  "corswhitelistorigin": {
1690
1704
  "id": "corswhitelistorigin",
1691
1705
  "name": "CorsWhitelistOrigin",
@@ -3740,6 +3754,8 @@
3740
3754
  "ocrSampleDocument": "ocrsampledocument",
3741
3755
  "ocrTemplate": "ocrtemplate",
3742
3756
  "apt": "actionplantemplate",
3757
+ "dataCalcInsightTemplate": "datacalcinsighttemplate",
3758
+ "dataKitObjectTemplate": "datakitobjecttemplate",
3743
3759
  "decisionTable": "decisiontable",
3744
3760
  "decisionTableDatasetLink": "decisiontabledatasetlink",
3745
3761
  "decisionMatrixDefinition": "decisionmatrixdefinition",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "10.2.8",
3
+ "version": "10.2.9",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",