o11y_schema 252.8.0 → 252.9.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
@@ -67,7 +67,7 @@
67
67
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
68
68
  },
69
69
  "type": "module",
70
- "version": "252.8.0",
70
+ "version": "252.9.0",
71
71
  "license": "BSD-3-Clause",
72
72
  "volta": {
73
73
  "node": "18.17.1",
@@ -1,2 +1,3 @@
1
1
  export { copilot_event as copilotEventSchema } from './copilot_event.js';
2
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,2 +1,3 @@
1
1
  export { copilot_event as copilotEventSchema } from './copilot_event.js';
2
2
  export { copilot_perf as copilotPerfSchema } from './copilot_perf.js';
3
+ export { trust_layer_setup_event as trustLayerSetupEventSchema } from './trust_layer_setup_event.js';
@@ -0,0 +1 @@
1
+ export const trust_layer_setup_event={namespace:"sf.einstein",name:"TrustLayerSetupEvent",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"TrustLayerSetupEvent":{"oneofs":{"_attributeName":{"oneof":["attributeName"]},"_isEnabled":{"oneof":["isEnabled"]}},"fields":{"attributeType":{"id":4,"type":"string"},"isEnabled":{"options":{"proto3_optional":true},"id":3,"type":"bool"},"taskName":{"id":1,"type":"string"},"attributeName":{"options":{"proto3_optional":true},"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='252.8.0'
1
+ export const version='252.9.0'