o11y_schema 258.18.0 → 258.20.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
@@ -19,6 +19,7 @@
19
19
  "./sf_flowBuilder": "./sf_flowBuilder/sf_flowBuilder.js",
20
20
  "./sf_brief": "./sf_brief/sf_brief.js",
21
21
  "./sf_scrt": "./sf_scrt/sf_scrt.js",
22
+ "./sf_agentforceMessaging": "./sf_agentforceMessaging/sf_agentforceMessaging.js",
22
23
  "./sf_records": "./sf_records/sf_records.js",
23
24
  "./sf_appDevAisc": "./sf_appDevAisc/sf_appDevAisc.js",
24
25
  "./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
@@ -105,7 +106,7 @@
105
106
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
106
107
  },
107
108
  "type": "module",
108
- "version": "258.18.0",
109
+ "version": "258.20.0",
109
110
  "license": "BSD-3-Clause",
110
111
  "volta": {
111
112
  "node": "18.17.1",
@@ -119,6 +120,7 @@
119
120
  "o11y_schema/sf_actExp",
120
121
  "o11y_schema/sf_actions",
121
122
  "o11y_schema/sf_agentforceInstrumentation",
123
+ "o11y_schema/sf_agentforceMessaging",
122
124
  "o11y_schema/sf_ai4mCampaignDesigner",
123
125
  "o11y_schema/sf_appDevAisc",
124
126
  "o11y_schema/sf_appdevDevops",
@@ -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>
@@ -1,2 +1,2 @@
1
- export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"components":{"rule":"repeated","id":3,"type":"string"},"agentType":{"id":12,"type":"string"},"attachmentType":{"rule":"repeated","id":15,"type":"string"},"channel":{"id":6,"type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},"botsId":{"id":10,"type":"string"},
2
- "pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
1
+ export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"traceId":{"id":18,"type":"string"},"components":{"rule":"repeated","id":3,"type":"string"},"agentType":{"id":12,"type":"string"},"attachmentType":{"rule":"repeated","id":15,"type":"string"},"channel":{"id":6,"type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},
2
+ "botsId":{"id":10,"type":"string"},"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"metrics":{"id":17,"type":"string"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='258.18.0'
1
+ export const version='258.20.0'