o11y_schema 264.66.0 → 264.67.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
@@ -150,7 +150,7 @@
150
150
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
151
151
  },
152
152
  "type": "module",
153
- "version": "264.66.0",
153
+ "version": "264.67.0",
154
154
  "license": "BSD-3-Clause",
155
155
  "volta": {
156
156
  "node": "18.17.1",
package/sf_yukon/index.js CHANGED
@@ -1 +1,2 @@
1
+ export { pathways as pathwaysSchema } from './pathways.js';
1
2
  export { nudge_action as nudgeActionSchema } from './nudge_action.js';
@@ -0,0 +1 @@
1
+ export const pathways={namespace:"sf.yukon",name:"Pathways",pbjsSchema:{"nested":{"sf":{"nested":{"yukon":{"nested":{"Pathways":{"oneofs":{"_stepStatus":{"oneof":["stepStatus"]}},"fields":{"stepId":{"id":2,"type":"string"},"pathwayId":{"id":1,"type":"string"},"stepStatus":{"options":{"proto3_optional":true},"id":3,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
+ export { pathways as pathwaysSchema } from './pathways.js';
1
2
  export { nudge_action as nudgeActionSchema } from './nudge_action.js';
@@ -1 +1 @@
1
- export const version='264.66.0'
1
+ export const version='264.67.0'