@salesforce/source-deploy-retrieve 12.32.8 → 12.33.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.
@@ -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",
@@ -547,6 +548,8 @@
547
548
  "workflowTask": "workflowtask",
548
549
  "xmd": "wavexmd",
549
550
  "xml": "emailservicesfunction",
551
+ "policyRuleDefinition": "policyruledefinition",
552
+ "policyRuleDefinitionSet": "policyruledefinitionset",
550
553
  "xorghub": "xorghub",
551
554
  "ecaPush": "extlclntapppushsettings",
552
555
  "ecaPushPlcy": "extlclntapppushconfigurablepolicies",
@@ -763,6 +766,14 @@
763
766
  "strictDirectoryName": false,
764
767
  "suffix": "aiapplicationconfig"
765
768
  },
769
+ "aiagentscorerdefinition": {
770
+ "directoryName": "aiAgentScorerDefinitions",
771
+ "id": "aiagentscorerdefinition",
772
+ "name": "AiAgentScorerDefinition",
773
+ "suffix": "aiAgentScorerDefinition",
774
+ "inFolder": false,
775
+ "strictDirectoryName": false
776
+ },
766
777
  "aiassistanttemplate": {
767
778
  "directoryName": "aiAssistantTemplates",
768
779
  "id": "aiassistanttemplate",
@@ -5310,6 +5321,22 @@
5310
5321
  "directoryName": "meetingPlaybookDefinitions",
5311
5322
  "inFolder": false,
5312
5323
  "strictDirectoryName": false
5324
+ },
5325
+ "policyruledefinition": {
5326
+ "id": "policyruledefinition",
5327
+ "name": "PolicyRuleDefinition",
5328
+ "suffix": "policyRuleDefinition",
5329
+ "directoryName": "policyRuleDefinitions",
5330
+ "inFolder": false,
5331
+ "strictDirectoryName": false
5332
+ },
5333
+ "policyruledefinitionset": {
5334
+ "id": "policyruledefinitionset",
5335
+ "name": "PolicyRuleDefinitionSet",
5336
+ "suffix": "policyRuleDefinitionSet",
5337
+ "directoryName": "policyRuleDefinitionSets",
5338
+ "inFolder": false,
5339
+ "strictDirectoryName": false
5313
5340
  }
5314
5341
  }
5315
5342
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.32.8",
3
+ "version": "12.33.0",
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.52",
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",