o11y_schema 256.149.0 → 256.150.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.
package/package.json
CHANGED
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"./sf_formula": "./sf_formula/sf_formula.js",
|
|
29
29
|
"./sf_umaGoals": "./sf_umaGoals/sf_umaGoals.js",
|
|
30
30
|
"./sf_einsteinGptSegmentation": "./sf_einsteinGptSegmentation/sf_einsteinGptSegmentation.js",
|
|
31
|
+
"./sf_experienceBuilder": "./sf_experienceBuilder/sf_experienceBuilder.js",
|
|
31
32
|
"./sf_bfwk": "./sf_bfwk/sf_bfwk.js",
|
|
32
33
|
"./sf_evf": "./sf_evf/sf_evf.js",
|
|
33
34
|
"./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
|
|
@@ -102,7 +103,7 @@
|
|
|
102
103
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
103
104
|
},
|
|
104
105
|
"type": "module",
|
|
105
|
-
"version": "256.
|
|
106
|
+
"version": "256.150.0",
|
|
106
107
|
"license": "BSD-3-Clause",
|
|
107
108
|
"volta": {
|
|
108
109
|
"node": "18.17.1",
|
|
@@ -139,6 +140,7 @@
|
|
|
139
140
|
"o11y_schema/sf_energyUtilities",
|
|
140
141
|
"o11y_schema/sf_enhancedConversation",
|
|
141
142
|
"o11y_schema/sf_evf",
|
|
143
|
+
"o11y_schema/sf_experienceBuilder",
|
|
142
144
|
"o11y_schema/sf_flowBuilder",
|
|
143
145
|
"o11y_schema/sf_formula",
|
|
144
146
|
"o11y_schema/sf_genAiIntelligenceUsage",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const agentforce={namespace:"sf.experienceBuilder",name:"Agentforce",pbjsSchema:{"nested":{"sf":{"nested":{"experienceBuilder":{"nested":{"Agentforce":{"fields":{"isSparkleButtonClicked":{"id":4,"type":"bool"},"isPanelDocked":{"id":3,"type":"bool"},"eventDescription":{"id":5,"type":"string"},"isPanelOpen":{"id":2,"type":"bool"},"isPanelTriggerClicked":{"id":1,"type":"bool"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { agentforce as agentforceSchema } from './agentforce.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { agentforce as agentforceSchema } from './agentforce.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='256.
|
|
1
|
+
export const version='256.150.0'
|