@salesforce/source-deploy-retrieve 12.33.0 → 12.34.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.
@@ -117,8 +117,10 @@
117
117
  "ai": "aiapplication",
118
118
  "aiAgentScorerDefinition": "aiagentscorerdefinition",
119
119
  "aiAssistantTemplate": "aiassistanttemplate",
120
+ "aiResponseFormat": "airesponseformat",
120
121
  "aiScoringModelDefVersion": "aiscoringmodeldefversion",
121
122
  "aiScoringModelDefinition": "aiscoringmodeldefinition",
123
+ "aiSurface": "aisurface",
122
124
  "aiUsecaseDefinitions": "aiusecasedefinition",
123
125
  "aiapplicationconfig": "aiapplicationconfig",
124
126
  "animationRule": "animationrule",
@@ -791,6 +793,14 @@
791
793
  },
792
794
  "strictDirectoryName": true
793
795
  },
796
+ "airesponseformat": {
797
+ "directoryName": "aiResponseFormats",
798
+ "id": "airesponseformat",
799
+ "inFolder": false,
800
+ "name": "AiResponseFormat",
801
+ "suffix": "aiResponseFormat",
802
+ "strictDirectoryName": false
803
+ },
794
804
  "aiscoringmodeldefinition": {
795
805
  "children": {
796
806
  "directories": {
@@ -817,6 +827,14 @@
817
827
  "suffix": "aiScoringModelDefinition",
818
828
  "supportsWildcardAndName": true
819
829
  },
830
+ "aisurface": {
831
+ "directoryName": "aiSurfaces",
832
+ "id": "aisurface",
833
+ "inFolder": false,
834
+ "name": "AiSurface",
835
+ "suffix": "aiSurface",
836
+ "strictDirectoryName": false
837
+ },
820
838
  "aiusecasedefinition": {
821
839
  "directoryName": "aiUsecaseDefinitions",
822
840
  "id": "aiusecasedefinition",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.33.0",
3
+ "version": "12.34.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",