@salesforce/source-deploy-retrieve 12.1.0 → 12.1.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.
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"customfield": "customobject",
|
|
10
10
|
"customfieldtranslation": "customobjecttranslation",
|
|
11
11
|
"customlabel": "customlabels",
|
|
12
|
-
"decisionmatrixdefinitionversion": "decisionmatrixdefinition",
|
|
13
12
|
"digitalexperience": "digitalexperiencebundle",
|
|
14
13
|
"escalationrule": "escalationrules",
|
|
15
14
|
"extdatatranfieldtemplate": "extdatatranobjecttemplate",
|
|
@@ -203,7 +202,7 @@
|
|
|
203
202
|
"datacategorygroup": "datacategorygroup",
|
|
204
203
|
"datatype": "customdatatype",
|
|
205
204
|
"decisionMatrixDefinition": "decisionmatrixdefinition",
|
|
206
|
-
"
|
|
205
|
+
"decisionMatrixVersion": "decisionmatrixdefinitionversion",
|
|
207
206
|
"decisionTable": "decisiontable",
|
|
208
207
|
"decisionTableDatasetLink": "decisiontabledatasetlink",
|
|
209
208
|
"delegateGroup": "delegategroup",
|
|
@@ -250,6 +249,7 @@
|
|
|
250
249
|
"explainabilityActionVersion": "explainabilityactionversion",
|
|
251
250
|
"explainabilityMsgTemplate": "explainabilitymsgtemplate",
|
|
252
251
|
"expressionSetDefinition": "expressionsetdefinition",
|
|
252
|
+
"expressionSetVersion": "expressionsetdefinitionversion",
|
|
253
253
|
"expressionSetMessageToken": "expressionsetmessagetoken",
|
|
254
254
|
"expressionSetObjectAlias": "expressionsetobjectalias",
|
|
255
255
|
"extDataTranFieldTemplate": "extdatatranfieldtemplate",
|
|
@@ -1765,22 +1765,6 @@
|
|
|
1765
1765
|
"suffix": "dwl"
|
|
1766
1766
|
},
|
|
1767
1767
|
"decisionmatrixdefinition": {
|
|
1768
|
-
"children": {
|
|
1769
|
-
"directories": {
|
|
1770
|
-
"versions": "decisionmatrixdefinitionversion"
|
|
1771
|
-
},
|
|
1772
|
-
"suffixes": {
|
|
1773
|
-
"decisionMatrixDefinitionVersion": "decisionmatrixdefinitionversion"
|
|
1774
|
-
},
|
|
1775
|
-
"types": {
|
|
1776
|
-
"decisionmatrixdefinitionversion": {
|
|
1777
|
-
"directoryName": "versions",
|
|
1778
|
-
"id": "decisionmatrixdefinitionversion",
|
|
1779
|
-
"name": "DecisionMatrixDefinitionVersion",
|
|
1780
|
-
"suffix": "decisionMatrixDefinitionVersion"
|
|
1781
|
-
}
|
|
1782
|
-
}
|
|
1783
|
-
},
|
|
1784
1768
|
"directoryName": "decisionMatrixDefinition",
|
|
1785
1769
|
"id": "decisionmatrixdefinition",
|
|
1786
1770
|
"inFolder": false,
|
|
@@ -1788,6 +1772,14 @@
|
|
|
1788
1772
|
"strictDirectoryName": false,
|
|
1789
1773
|
"suffix": "decisionMatrixDefinition"
|
|
1790
1774
|
},
|
|
1775
|
+
"decisionmatrixdefinitionversion": {
|
|
1776
|
+
"directoryName": "decisionMatrixVersion",
|
|
1777
|
+
"id": "decisionmatrixdefinitionversion",
|
|
1778
|
+
"inFolder": false,
|
|
1779
|
+
"name": "DecisionMatrixDefinitionVersion",
|
|
1780
|
+
"strictDirectoryName": false,
|
|
1781
|
+
"suffix": "decisionMatrixVersion"
|
|
1782
|
+
},
|
|
1791
1783
|
"decisiontable": {
|
|
1792
1784
|
"directoryName": "decisionTables",
|
|
1793
1785
|
"id": "decisiontable",
|
|
@@ -2237,6 +2229,14 @@
|
|
|
2237
2229
|
"strictDirectoryName": false,
|
|
2238
2230
|
"suffix": "expressionSetDefinition"
|
|
2239
2231
|
},
|
|
2232
|
+
"expressionsetdefinitionversion": {
|
|
2233
|
+
"directoryName": "expressionSetVersion",
|
|
2234
|
+
"id": "expressionsetdefinitionversion",
|
|
2235
|
+
"inFolder": false,
|
|
2236
|
+
"name": "ExpressionSetDefinitionVersion",
|
|
2237
|
+
"strictDirectoryName": false,
|
|
2238
|
+
"suffix": "expressionSetVersion"
|
|
2239
|
+
},
|
|
2240
2240
|
"expressionsetmessagetoken": {
|
|
2241
2241
|
"directoryName": "expressionSetMessageToken",
|
|
2242
2242
|
"id": "expressionsetmessagetoken",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/*
|
|
3
|
-
* Copyright (c)
|
|
3
|
+
* Copyright (c) 2024, salesforce.com, inc.
|
|
4
4
|
* All rights reserved.
|
|
5
5
|
* Licensed under the BSD 3-Clause license.
|
|
6
6
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
package/package.json
CHANGED