o11y_schema 258.5.0 → 258.6.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
@@ -101,7 +101,7 @@
101
101
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
102
102
  },
103
103
  "type": "module",
104
- "version": "258.5.0",
104
+ "version": "258.6.0",
105
105
  "license": "BSD-3-Clause",
106
106
  "volta": {
107
107
  "node": "18.17.1",
@@ -1,2 +1,2 @@
1
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"},"noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"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,3 +1,3 @@
1
1
  export { copilot_event as copilotEventSchema } from './copilot_event.js';
2
- export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
3
2
  export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
3
+ export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
@@ -1,3 +1,3 @@
1
1
  export { copilot_event as copilotEventSchema } from './copilot_event.js';
2
- export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
3
2
  export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
3
+ export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
@@ -1 +1 @@
1
- export const version='258.5.0'
1
+ export const version='258.6.0'