o11y_schema 248.62.0 → 248.63.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
@@ -60,7 +60,7 @@
60
60
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
61
61
  },
62
62
  "type": "module",
63
- "version": "248.62.0",
63
+ "version": "248.63.0",
64
64
  "license": "BSD-3-Clause",
65
65
  "name": "o11y_schema",
66
66
  "lwc": {
package/sf_sfs/index.js CHANGED
@@ -13,3 +13,4 @@ export { sfs_error as sfsErrorSchema } from './sfs_error.js';
13
13
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
14
14
  export { tracer_notification as tracerNotificationSchema } from './tracer_notification.js';
15
15
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
16
+ export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
package/sf_sfs/sf_sfs.js CHANGED
@@ -13,3 +13,4 @@ export { sfs_error as sfsErrorSchema } from './sfs_error.js';
13
13
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
14
14
  export { tracer_notification as tracerNotificationSchema } from './tracer_notification.js';
15
15
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
16
+ export { work_step_update_status_category as workStepUpdateStatusCategorySchema } from './work_step_update_status_category.js';
@@ -0,0 +1 @@
1
+ export const work_step_update_status_category={namespace:"sf.sfs",name:"WorkStepUpdateStatusCategory",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"WorkStepUpdateStatusCategory":{"fields":{"updateTrigger":{"id":3,"type":"string"},"workStepId":{"id":1,"type":"string"},"statusCategory":{"id":2,"type":"string"},"isAutocomplete":{"id":4,"type":"bool"},"isOptimistic":{"id":5,"type":"bool"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='248.62.0'
1
+ export const version='248.63.0'