o11y_schema 256.149.0 → 256.151.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
@@ -18,6 +18,7 @@
18
18
  "./sf_offlineApp": "./sf_offlineApp/sf_offlineApp.js",
19
19
  "./sf_flowBuilder": "./sf_flowBuilder/sf_flowBuilder.js",
20
20
  "./sf_scrt": "./sf_scrt/sf_scrt.js",
21
+ "./sf_agentforceMessaging": "./sf_agentforceMessaging/sf_agentforceMessaging.js",
21
22
  "./sf_records": "./sf_records/sf_records.js",
22
23
  "./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
23
24
  "./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
@@ -28,6 +29,7 @@
28
29
  "./sf_formula": "./sf_formula/sf_formula.js",
29
30
  "./sf_umaGoals": "./sf_umaGoals/sf_umaGoals.js",
30
31
  "./sf_einsteinGptSegmentation": "./sf_einsteinGptSegmentation/sf_einsteinGptSegmentation.js",
32
+ "./sf_experienceBuilder": "./sf_experienceBuilder/sf_experienceBuilder.js",
31
33
  "./sf_bfwk": "./sf_bfwk/sf_bfwk.js",
32
34
  "./sf_evf": "./sf_evf/sf_evf.js",
33
35
  "./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
@@ -102,7 +104,7 @@
102
104
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
103
105
  },
104
106
  "type": "module",
105
- "version": "256.149.0",
107
+ "version": "256.151.0",
106
108
  "license": "BSD-3-Clause",
107
109
  "volta": {
108
110
  "node": "18.17.1",
@@ -116,6 +118,7 @@
116
118
  "o11y_schema/sf_actExp",
117
119
  "o11y_schema/sf_actions",
118
120
  "o11y_schema/sf_agentforceInstrumentation",
121
+ "o11y_schema/sf_agentforceMessaging",
119
122
  "o11y_schema/sf_ai4mCampaignDesigner",
120
123
  "o11y_schema/sf_appDevAisc",
121
124
  "o11y_schema/sf_appdevDevops",
@@ -139,6 +142,7 @@
139
142
  "o11y_schema/sf_energyUtilities",
140
143
  "o11y_schema/sf_enhancedConversation",
141
144
  "o11y_schema/sf_evf",
145
+ "o11y_schema/sf_experienceBuilder",
142
146
  "o11y_schema/sf_flowBuilder",
143
147
  "o11y_schema/sf_formula",
144
148
  "o11y_schema/sf_genAiIntelligenceUsage",
@@ -0,0 +1,2 @@
1
+ export const failure_state={namespace:"sf.agentforceMessaging",name:"FailureState",pbjsSchema:{"nested":{"sf":{"nested":{"agentforceMessaging":{"nested":{"FailureState":{"oneofs":{"_traceId":{"oneof":["traceId"]},"_errCode":{"oneof":["errCode"]},"_entryId":{"oneof":["entryId"]}},"fields":{"traceId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"errCode":{"options":{"proto3_optional":true},"id":6,"type":"uint32"},"sessionId":{"id":1,"type":"string"},"hostUrl":{"id":3,"type":"string"},
2
+ "message":{"id":2,"type":"string"},"entryId":{"options":{"proto3_optional":true},"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const general_state={namespace:"sf.agentforceMessaging",name:"GeneralState",pbjsSchema:{"nested":{"sf":{"nested":{"agentforceMessaging":{"nested":{"GeneralState":{"oneofs":{"_traceId":{"oneof":["traceId"]},"_entryId":{"oneof":["entryId"]}},"fields":{"traceId":{"options":{"proto3_optional":true},"id":5,"type":"string"},"sessionId":{"id":1,"type":"string"},"hostUrl":{"id":3,"type":"string"},"message":{"id":2,"type":"string"},"entryId":{"options":{"proto3_optional":true},"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export { failure_state as failureStateSchema } from './failure_state.js';
2
+ export { general_state as generalStateSchema } from './general_state.js';
@@ -0,0 +1,2 @@
1
+ export { failure_state as failureStateSchema } from './failure_state.js';
2
+ export { general_state as generalStateSchema } from './general_state.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>
@@ -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='256.149.0'
1
+ export const version='256.151.0'