o11y_schema 244.14.0 → 244.17.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
@@ -40,7 +40,7 @@
40
40
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
41
41
  },
42
42
  "type": "module",
43
- "version": "244.14.0",
43
+ "version": "244.17.0",
44
44
  "license": "BSD-3-Clause",
45
45
  "name": "o11y_schema",
46
46
  "lwc": {
@@ -1 +1 @@
1
- export const lwc_runtime_features={namespace:"sf.lwc",name:"LwcRuntimeFeatures",pbjsSchema:{"nested":{"sf":{"nested":{"lwc":{"nested":{"LwcRuntimeFeatures":{"fields":{"propertyName":{"id":4,"type":"string"},"eventName":{"id":1,"type":"string"},"attributeName":{"id":3,"type":"string"},"compilerVersion":{"id":5,"type":"string"},"tagName":{"id":2,"type":"string"}}}}}}}}}};
1
+ export const lwc_runtime_features={namespace:"sf.lwc",name:"LwcRuntimeFeatures",pbjsSchema:{"nested":{"sf":{"nested":{"lwc":{"nested":{"LwcRuntimeFeatures":{"fields":{"runtimeVersion":{"id":6,"type":"string"},"setValueType":{"id":8,"type":"string"},"propertyName":{"id":4,"type":"string"},"eventName":{"id":1,"type":"string"},"isSetter":{"id":7,"type":"bool"},"attributeName":{"id":3,"type":"string"},"compilerVersion":{"id":5,"type":"string"},"tagName":{"id":2,"type":"string"}}}}}}}}}};
package/sf_sfs/index.js CHANGED
@@ -3,3 +3,6 @@ export { app_start as appStartSchema } from './app_start.js';
3
3
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
4
4
  export { document_print as documentPrintSchema } from './document_print.js';
5
5
  export { loader_info as loaderInfoSchema } from './loader_info.js';
6
+ export { sfs_error as sfsErrorSchema } from './sfs_error.js';
7
+ export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
8
+ export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
package/sf_sfs/sf_sfs.js CHANGED
@@ -3,3 +3,6 @@ export { app_start as appStartSchema } from './app_start.js';
3
3
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
4
4
  export { document_print as documentPrintSchema } from './document_print.js';
5
5
  export { loader_info as loaderInfoSchema } from './loader_info.js';
6
+ export { sfs_error as sfsErrorSchema } from './sfs_error.js';
7
+ export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
8
+ export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
@@ -0,0 +1 @@
1
+ export const sfs_error={namespace:"sf.sfs",name:"SfsError",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsError":{"fields":{"code":{"id":1,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const sfs_event_log={namespace:"sf.sfs",name:"SfsEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsEventLog":{"fields":{"level":{"id":1,"type":"uint32"},"name":{"options":{"(meta.max_length)":50},"id":2,"type":"string"},"tag":{"options":{"(meta.max_length)":50},"id":3,"type":"string"},"message":{"options":{"(meta.max_length)":200},"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const wire_debug_info={namespace:"sf.sfs",name:"WireDebugInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"WireDebugInfo":{"fields":{"requestId":{"id":1,"type":"string"},"wireName":{"id":2,"type":"string"},"cachePolicy":{"id":3,"type":"string"},"state":{"id":6,"type":"string"},"priority":{"id":4,"type":"string"},"fields":{"rule":"repeated","id":5,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='244.14.0'
1
+ export const version='244.17.0'