@salesforce/source-deploy-retrieve 12.24.3 → 12.26.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.
@@ -98,6 +98,7 @@
98
98
  "SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration",
99
99
  "SearchableObjDataSyncInfoSetting": "searchableobjdatasyncinfo",
100
100
  "accountForecastSetting": "accountforecastsettings",
101
+ "accountPlanObjMeasCalcDef": "accountplanobjmeascalcdef",
101
102
  "accountRelationshipShareRule": "accountrelationshipsharerule",
102
103
  "accountingFieldMapping": "accountingfieldmapping",
103
104
  "accountingModelConfig": "accountingmodelconfig",
@@ -295,6 +296,7 @@
295
296
  "flowCategory": "flowcategory",
296
297
  "flowDefinition": "flowdefinition",
297
298
  "flowtest": "flowtest",
299
+ "flowvaluemap": "flowvaluemap",
298
300
  "forecastingFilter": "forecastingfilter",
299
301
  "forecastingFilterCondition": "forecastingfiltercondition",
300
302
  "forecastingGroup": "forecastinggroup",
@@ -601,6 +603,14 @@
601
603
  "strictDirectoryName": false,
602
604
  "suffix": "accountingModelConfig"
603
605
  },
606
+ "accountplanobjmeascalcdef": {
607
+ "directoryName": "accountPlanObjMeasCalcDefs",
608
+ "id": "accountplanobjmeascalcdef",
609
+ "inFolder": false,
610
+ "name": "AccountPlanObjMeasCalcDef",
611
+ "strictDirectoryName": false,
612
+ "suffix": "accountPlanObjMeasCalcDef"
613
+ },
604
614
  "accountrelationshipsharerule": {
605
615
  "directoryName": "accountRelationshipShareRules",
606
616
  "id": "accountrelationshipsharerule",
@@ -2671,6 +2681,14 @@
2671
2681
  "strictDirectoryName": false,
2672
2682
  "suffix": "flowtest"
2673
2683
  },
2684
+ "flowvaluemap": {
2685
+ "directoryName": "flowValueMaps",
2686
+ "id": "flowvaluemap",
2687
+ "inFolder": false,
2688
+ "name": "FlowValueMap",
2689
+ "strictDirectoryName": false,
2690
+ "suffix": "flowvaluemap"
2691
+ },
2674
2692
  "forecastingfilter": {
2675
2693
  "directoryName": "forecastingFilters",
2676
2694
  "id": "forecastingfilter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.24.3",
3
+ "version": "12.26.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",
@@ -25,7 +25,7 @@
25
25
  "node": ">=18.0.0"
26
26
  },
27
27
  "dependencies": {
28
- "@salesforce/core": "^8.23.2",
28
+ "@salesforce/core": "^8.23.4",
29
29
  "@salesforce/kit": "^3.2.4",
30
30
  "@salesforce/ts-types": "^2.0.12",
31
31
  "@salesforce/types": "^1.5.0",