o11y_schema 244.32.0 → 244.34.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
@@ -24,6 +24,7 @@
24
24
  "./sfcore_customCmp": "./sfcore_customCmp/sfcore_customCmp.js",
25
25
  "./sf_blockBuilder": "./sf_blockBuilder/sf_blockBuilder.js",
26
26
  "./sf_lol": "./sf_lol/sf_lol.js",
27
+ "./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
27
28
  "./sf_actions": "./sf_actions/sf_actions.js",
28
29
  "./sf_aura": "./sf_aura/sf_aura.js",
29
30
  "./sf_instrumentation": "./sf_instrumentation/sf_instrumentation.js",
@@ -42,7 +43,7 @@
42
43
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
43
44
  },
44
45
  "type": "module",
45
- "version": "244.32.0",
46
+ "version": "244.34.0",
46
47
  "license": "BSD-3-Clause",
47
48
  "name": "o11y_schema",
48
49
  "lwc": {
@@ -54,6 +55,7 @@
54
55
  "o11y_schema/sf_blockBuilder",
55
56
  "o11y_schema/sf_clwr",
56
57
  "o11y_schema/sf_commerce",
58
+ "o11y_schema/sf_contentLayout",
57
59
  "o11y_schema/sf_enhancedConversation",
58
60
  "o11y_schema/sf_instrumentation",
59
61
  "o11y_schema/sf_instrumentationTest",
@@ -0,0 +1 @@
1
+ export const component_usage={namespace:"sf.contentLayout",name:"ComponentUsage",pbjsSchema:{"nested":{"sf":{"nested":{"contentLayout":{"nested":{"ComponentUsage":{"fields":{"name":{"id":1,"type":"string"},"hasBndg":{"id":3,"type":"bool"},"hasImg":{"id":4,"type":"bool"},"imgType":{"id":5,"type":"string"}}}}}}}}}};
@@ -0,0 +1,3 @@
1
+ export { component_usage as componentUsageSchema } from './component_usage.js';
2
+ export { repeater_usage as repeaterUsageSchema } from './repeater_usage.js';
3
+ export { tabs_usage as tabsUsageSchema } from './tabs_usage.js';
@@ -0,0 +1 @@
1
+ export const repeater_usage={namespace:"sf.contentLayout",name:"RepeaterUsage",pbjsSchema:{"nested":{"sf":{"nested":{"contentLayout":{"nested":{"RepeaterUsage":{"fields":{"hasPaging":{"id":3,"type":"bool"},"prevCount":{"id":7,"type":"uint32"},"pageType":{"id":4,"type":"string"},"moreCount":{"id":6,"type":"uint32"},"dpName":{"id":2,"type":"string"},"name":{"id":1,"type":"string"},"pageSize":{"id":5,"type":"uint32"},"nextCount":{"id":8,"type":"uint32"}}}}}}}}}};
@@ -0,0 +1,3 @@
1
+ export { component_usage as componentUsageSchema } from './component_usage.js';
2
+ export { repeater_usage as repeaterUsageSchema } from './repeater_usage.js';
3
+ export { tabs_usage as tabsUsageSchema } from './tabs_usage.js';
@@ -0,0 +1 @@
1
+ export const tabs_usage={namespace:"sf.contentLayout",name:"TabsUsage",pbjsSchema:{"nested":{"sf":{"nested":{"contentLayout":{"nested":{"TabsUsage":{"fields":{"layout":{"id":2,"type":"string"},"menuIcon":{"id":4,"type":"string"},"hasOverflow":{"id":3,"type":"bool"},"tabCount":{"id":1,"type":"uint32"}}}}}}}}}};
package/sf_sfs/index.js CHANGED
@@ -4,6 +4,7 @@ export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootst
4
4
  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
+ export { screen_info as screenInfoSchema } from './screen_info.js';
7
8
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
8
9
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
9
10
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
@@ -0,0 +1 @@
1
+ export const screen_info={namespace:"sf.sfs",name:"ScreenInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"ScreenInfo":{"fields":{"recType":{"options":{"(meta.max_length)":100},"id":3,"type":"string"},"scrType":{"options":{"(meta.max_length)":100},"id":5,"type":"string"},"objType":{"options":{"(meta.max_length)":100},"id":2,"type":"string"},"recId":{"options":{"(meta.max_length)":100},"id":1,"type":"string"},"parentObjType":{"options":{"(meta.max_length)":100},"id":4,"type":"string"}}}}}}}}}};
package/sf_sfs/sf_sfs.js CHANGED
@@ -4,6 +4,7 @@ export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootst
4
4
  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
+ export { screen_info as screenInfoSchema } from './screen_info.js';
7
8
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
8
9
  export { sfs_event_log as sfsEventLogSchema } from './sfs_event_log.js';
9
10
  export { wire_debug_info as wireDebugInfoSchema } from './wire_debug_info.js';
@@ -1 +1 @@
1
- export const sfs_error={namespace:"sf.sfs",name:"SfsError",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsError":{"fields":{"code":{"id":1,"type":"uint32"}}}}}}}}}};
1
+ export const sfs_error={namespace:"sf.sfs",name:"SfsError",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsError":{"fields":{"code":{"id":1,"type":"uint32"},"apiCode":{"options":{"(meta.max_length)":50},"id":2,"type":"string"},"retryAfter":{"options":{"(meta.max_length)":30},"id":3,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='244.32.0'
1
+ export const version='244.34.0'