@salesforce/source-deploy-retrieve 12.32.9 → 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",
|
|
@@ -548,6 +550,8 @@
|
|
|
548
550
|
"workflowTask": "workflowtask",
|
|
549
551
|
"xmd": "wavexmd",
|
|
550
552
|
"xml": "emailservicesfunction",
|
|
553
|
+
"policyRuleDefinition": "policyruledefinition",
|
|
554
|
+
"policyRuleDefinitionSet": "policyruledefinitionset",
|
|
551
555
|
"xorghub": "xorghub",
|
|
552
556
|
"ecaPush": "extlclntapppushsettings",
|
|
553
557
|
"ecaPushPlcy": "extlclntapppushconfigurablepolicies",
|
|
@@ -789,6 +793,14 @@
|
|
|
789
793
|
},
|
|
790
794
|
"strictDirectoryName": true
|
|
791
795
|
},
|
|
796
|
+
"airesponseformat": {
|
|
797
|
+
"directoryName": "aiResponseFormats",
|
|
798
|
+
"id": "airesponseformat",
|
|
799
|
+
"inFolder": false,
|
|
800
|
+
"name": "AiResponseFormat",
|
|
801
|
+
"suffix": "aiResponseFormat",
|
|
802
|
+
"strictDirectoryName": false
|
|
803
|
+
},
|
|
792
804
|
"aiscoringmodeldefinition": {
|
|
793
805
|
"children": {
|
|
794
806
|
"directories": {
|
|
@@ -815,6 +827,14 @@
|
|
|
815
827
|
"suffix": "aiScoringModelDefinition",
|
|
816
828
|
"supportsWildcardAndName": true
|
|
817
829
|
},
|
|
830
|
+
"aisurface": {
|
|
831
|
+
"directoryName": "aiSurfaces",
|
|
832
|
+
"id": "aisurface",
|
|
833
|
+
"inFolder": false,
|
|
834
|
+
"name": "AiSurface",
|
|
835
|
+
"suffix": "aiSurface",
|
|
836
|
+
"strictDirectoryName": false
|
|
837
|
+
},
|
|
818
838
|
"aiusecasedefinition": {
|
|
819
839
|
"directoryName": "aiUsecaseDefinitions",
|
|
820
840
|
"id": "aiusecasedefinition",
|
|
@@ -5319,6 +5339,22 @@
|
|
|
5319
5339
|
"directoryName": "meetingPlaybookDefinitions",
|
|
5320
5340
|
"inFolder": false,
|
|
5321
5341
|
"strictDirectoryName": false
|
|
5342
|
+
},
|
|
5343
|
+
"policyruledefinition": {
|
|
5344
|
+
"id": "policyruledefinition",
|
|
5345
|
+
"name": "PolicyRuleDefinition",
|
|
5346
|
+
"suffix": "policyRuleDefinition",
|
|
5347
|
+
"directoryName": "policyRuleDefinitions",
|
|
5348
|
+
"inFolder": false,
|
|
5349
|
+
"strictDirectoryName": false
|
|
5350
|
+
},
|
|
5351
|
+
"policyruledefinitionset": {
|
|
5352
|
+
"id": "policyruledefinitionset",
|
|
5353
|
+
"name": "PolicyRuleDefinitionSet",
|
|
5354
|
+
"suffix": "policyRuleDefinitionSet",
|
|
5355
|
+
"directoryName": "policyRuleDefinitionSets",
|
|
5356
|
+
"inFolder": false,
|
|
5357
|
+
"strictDirectoryName": false
|
|
5322
5358
|
}
|
|
5323
5359
|
}
|
|
5324
5360
|
}
|
package/package.json
CHANGED