@salesforce/source-deploy-retrieve 10.2.8 → 10.2.10

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.
@@ -1481,6 +1481,14 @@
1481
1481
  "inFolder": false,
1482
1482
  "strictDirectoryName": false
1483
1483
  },
1484
+ "extlclntappnotificationsettings": {
1485
+ "id": "extlclntappnotificationsettings",
1486
+ "name": "ExtlClntAppNotificationSettings",
1487
+ "suffix": "ecaNotifications",
1488
+ "directoryName": "extlClntAppNotifSettings",
1489
+ "inFolder": false,
1490
+ "strictDirectoryName": false
1491
+ },
1484
1492
  "appmenu": {
1485
1493
  "id": "appmenu",
1486
1494
  "name": "AppMenu",
@@ -1686,6 +1694,20 @@
1686
1694
  "adapter": "matchingContentFile"
1687
1695
  }
1688
1696
  },
1697
+ "datacalcinsighttemplate": {
1698
+ "id": "datacalcinsighttemplate",
1699
+ "name": "DataCalcInsightTemplate",
1700
+ "suffix": "dataCalcInsightTemplate",
1701
+ "directoryName": "dataCalcInsightTemplates",
1702
+ "strictDirectoryName": false
1703
+ },
1704
+ "datakitobjecttemplate": {
1705
+ "id": "datakitobjecttemplate",
1706
+ "name": "DataKitObjectTemplate",
1707
+ "suffix": "dataKitObjectTemplate",
1708
+ "directoryName": "dataKitObjectTemplates",
1709
+ "strictDirectoryName": false
1710
+ },
1689
1711
  "corswhitelistorigin": {
1690
1712
  "id": "corswhitelistorigin",
1691
1713
  "name": "CorsWhitelistOrigin",
@@ -3740,6 +3762,8 @@
3740
3762
  "ocrSampleDocument": "ocrsampledocument",
3741
3763
  "ocrTemplate": "ocrtemplate",
3742
3764
  "apt": "actionplantemplate",
3765
+ "dataCalcInsightTemplate": "datacalcinsighttemplate",
3766
+ "dataKitObjectTemplate": "datakitobjecttemplate",
3743
3767
  "decisionTable": "decisiontable",
3744
3768
  "decisionTableDatasetLink": "decisiontabledatasetlink",
3745
3769
  "decisionMatrixDefinition": "decisionmatrixdefinition",
@@ -3878,6 +3902,7 @@
3878
3902
  "ecaGlblOauth": "extlclntappglobaloauthsettings",
3879
3903
  "ecaMobilePlcy": "extlclntappmobileconfigurablepolicies",
3880
3904
  "ecaMobile": "extlclntappmobilesettings",
3905
+ "ecaNotifications": "extlclntappnotificationsettings",
3881
3906
  "appMenu": "appmenu",
3882
3907
  "delegateGroup": "delegategroup",
3883
3908
  "network": "network",
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.10",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",