o11y_schema 258.20.0 → 258.22.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
@@ -30,6 +30,7 @@
30
30
  "./sf_formula": "./sf_formula/sf_formula.js",
31
31
  "./sf_umaGoals": "./sf_umaGoals/sf_umaGoals.js",
32
32
  "./sf_einsteinGptSegmentation": "./sf_einsteinGptSegmentation/sf_einsteinGptSegmentation.js",
33
+ "./sf_experienceBuilder": "./sf_experienceBuilder/sf_experienceBuilder.js",
33
34
  "./sf_bfwk": "./sf_bfwk/sf_bfwk.js",
34
35
  "./sf_evf": "./sf_evf/sf_evf.js",
35
36
  "./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
@@ -106,7 +107,7 @@
106
107
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
107
108
  },
108
109
  "type": "module",
109
- "version": "258.20.0",
110
+ "version": "258.22.0",
110
111
  "license": "BSD-3-Clause",
111
112
  "volta": {
112
113
  "node": "18.17.1",
@@ -145,6 +146,7 @@
145
146
  "o11y_schema/sf_energyUtilities",
146
147
  "o11y_schema/sf_enhancedConversation",
147
148
  "o11y_schema/sf_evf",
149
+ "o11y_schema/sf_experienceBuilder",
148
150
  "o11y_schema/sf_flowBuilder",
149
151
  "o11y_schema/sf_formula",
150
152
  "o11y_schema/sf_genAiIntelligenceUsage",
@@ -0,0 +1 @@
1
+ export const app_logging={namespace:"sf.appdevDevops",name:"AppLogging",pbjsSchema:{"nested":{"sf":{"nested":{"appdevDevops":{"nested":{"AppLogging":{"fields":{"logLevel":{"id":1,"type":"string"},"additionalLogs":{"id":3,"type":"string"},"message":{"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { app_logging as appLoggingSchema } from './app_logging.js';
1
2
  export { panel_tab_usage as panelTabUsageSchema } from './panel_tab_usage.js';
@@ -1 +1,2 @@
1
+ export { app_logging as appLoggingSchema } from './app_logging.js';
1
2
  export { panel_tab_usage as panelTabUsageSchema } from './panel_tab_usage.js';
@@ -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';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -1 +1 @@
1
- export const version='258.20.0'
1
+ export const version='258.22.0'