@salesforce/source-deploy-retrieve 12.32.8 → 12.32.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.
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
"advAcctForecastPeriodGroup": "advacctforecastperiodgroup",
|
|
116
116
|
"affinityScoreDefinition": "affinityscoredefinition",
|
|
117
117
|
"ai": "aiapplication",
|
|
118
|
+
"aiAgentScorerDefinition": "aiagentscorerdefinition",
|
|
118
119
|
"aiAssistantTemplate": "aiassistanttemplate",
|
|
119
120
|
"aiScoringModelDefVersion": "aiscoringmodeldefversion",
|
|
120
121
|
"aiScoringModelDefinition": "aiscoringmodeldefinition",
|
|
@@ -763,6 +764,14 @@
|
|
|
763
764
|
"strictDirectoryName": false,
|
|
764
765
|
"suffix": "aiapplicationconfig"
|
|
765
766
|
},
|
|
767
|
+
"aiagentscorerdefinition": {
|
|
768
|
+
"directoryName": "aiAgentScorerDefinitions",
|
|
769
|
+
"id": "aiagentscorerdefinition",
|
|
770
|
+
"name": "AiAgentScorerDefinition",
|
|
771
|
+
"suffix": "aiAgentScorerDefinition",
|
|
772
|
+
"inFolder": false,
|
|
773
|
+
"strictDirectoryName": false
|
|
774
|
+
},
|
|
766
775
|
"aiassistanttemplate": {
|
|
767
776
|
"directoryName": "aiAssistantTemplates",
|
|
768
777
|
"id": "aiassistanttemplate",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "12.32.
|
|
3
|
+
"version": "12.32.9",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
45
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
45
|
+
"@salesforce/cli-plugins-testkit": "^5.3.53",
|
|
46
46
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
47
47
|
"@types/deep-equal-in-any-order": "^1.0.1",
|
|
48
48
|
"@types/fast-levenshtein": "^0.0.4",
|