o11y_schema 246.7.0 → 246.8.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
@@ -45,7 +45,7 @@
45
45
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
46
46
  },
47
47
  "type": "module",
48
- "version": "246.7.0",
48
+ "version": "246.8.0",
49
49
  "license": "BSD-3-Clause",
50
50
  "name": "o11y_schema",
51
51
  "lwc": {
package/sf_sfs/index.js CHANGED
@@ -5,6 +5,7 @@ export { document_print as documentPrintSchema } from './document_print.js';
5
5
  export { file_info as fileInfoSchema } from './file_info.js';
6
6
  export { loader_info as loaderInfoSchema } from './loader_info.js';
7
7
  export { screen_info as screenInfoSchema } from './screen_info.js';
8
+ export { service_document_preview_load as serviceDocumentPreviewLoadSchema } from './service_document_preview_load.js';
8
9
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
9
10
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
10
11
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
@@ -0,0 +1 @@
1
+ export const service_document_preview_load={namespace:"sf.sfs",name:"ServiceDocumentPreviewLoad",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"ServiceDocumentPreviewLoad":{"fields":{"mode":{"id":1,"type":"string"},"entityType":{"id":2,"type":"string"}}}}}}}}}};
package/sf_sfs/sf_sfs.js CHANGED
@@ -5,6 +5,7 @@ export { document_print as documentPrintSchema } from './document_print.js';
5
5
  export { file_info as fileInfoSchema } from './file_info.js';
6
6
  export { loader_info as loaderInfoSchema } from './loader_info.js';
7
7
  export { screen_info as screenInfoSchema } from './screen_info.js';
8
+ export { service_document_preview_load as serviceDocumentPreviewLoadSchema } from './service_document_preview_load.js';
8
9
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
9
10
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
10
11
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
@@ -1 +1 @@
1
- export const version='246.7.0'
1
+ export const version='246.8.0'