o11y_schema 238.20.0 → 238.22.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
@@ -27,7 +27,7 @@
27
27
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
28
28
  },
29
29
  "type": "module",
30
- "version": "238.20.0",
30
+ "version": "238.22.0",
31
31
  "license": "BSD-3-Clause",
32
32
  "name": "o11y_schema",
33
33
  "lwc": {
@@ -0,0 +1,2 @@
1
+ export const home_opened={namespace:"sf.lol",name:"HomeOpened",pbjsSchema:{"nested":{"sf":{"nested":{"lol":{"nested":{"HomeOpened":{"fields":{"guideTypes":{"options":{},"rule":"repeated","id":5,"type":"string"},"guideIds":{"options":{},"rule":"repeated","id":4,"type":"string"},"guideProgressList":{"options":{},"rule":"repeated","id":9,"type":"uint32"},"eventName":{"options":{},"id":3,"type":"string"},"guideDueDates":{"options":{},"rule":"repeated","id":6,"type":"string"},"spContentType":{"options":{},
2
+ "id":2,"type":"string"},"guideSections":{"options":{},"rule":"repeated","id":7,"type":"string"},"spSessionId":{"options":{},"id":1,"type":"string"},"guideIsInternalList":{"options":{},"rule":"repeated","id":8,"type":"bool"}}}}}}}}}};
package/sf_lol/index.js CHANGED
@@ -1 +1,4 @@
1
+ export { home_opened as homeOpenedSchema } from './home_opened.js';
2
+ export { module_opened_completed as moduleOpenedCompletedSchema } from './module_opened_completed.js';
1
3
  export { side_panel_content as sidePanelContentSchema } from './side_panel_content.js';
4
+ export { side_panel_simple_event as sidePanelSimpleEventSchema } from './side_panel_simple_event.js';
@@ -0,0 +1,2 @@
1
+ export const module_opened_completed={namespace:"sf.lol",name:"ModuleOpenedCompleted",pbjsSchema:{"nested":{"sf":{"nested":{"lol":{"nested":{"ModuleOpenedCompleted":{"fields":{"unitPtsEarnedList":{"options":{},"rule":"repeated","id":12,"type":"uint32"},"dueDate":{"options":{},"id":5,"type":"string"},"unitCount":{"options":{},"id":10,"type":"uint32"},"ptsEarned":{"options":{},"id":7,"type":"uint32"},"ptValue":{"options":{},"id":8,"type":"uint32"},"eventName":{"options":{},"id":3,"type":"string"},"progress":{"options":{},
2
+ "id":6,"type":"uint32"},"spContentType":{"options":{},"id":2,"type":"string"},"moduleId":{"options":{},"id":4,"type":"string"},"spSessionId":{"options":{},"id":1,"type":"string"},"unitIsCompleteList":{"options":{},"rule":"repeated","id":13,"type":"bool"},"isComplete":{"options":{},"id":9,"type":"bool"},"unitIds":{"options":{},"rule":"repeated","id":11,"type":"string"}}}}}}}}}};
package/sf_lol/sf_lol.js CHANGED
@@ -1 +1,4 @@
1
+ export { home_opened as homeOpenedSchema } from './home_opened.js';
2
+ export { module_opened_completed as moduleOpenedCompletedSchema } from './module_opened_completed.js';
1
3
  export { side_panel_content as sidePanelContentSchema } from './side_panel_content.js';
4
+ export { side_panel_simple_event as sidePanelSimpleEventSchema } from './side_panel_simple_event.js';
@@ -0,0 +1,2 @@
1
+ export const side_panel_simple_event={namespace:"sf.lol",name:"SidePanelSimpleEvent",pbjsSchema:{"nested":{"sf":{"nested":{"lol":{"nested":{"SidePanelSimpleEvent":{"fields":{"pgmItemCount":{"options":{},"id":12,"type":"uint32"},"clickTo":{"options":{},"id":4,"type":"string"},"pgmId":{"options":{},"id":11,"type":"string"},"unitPtsEarned":{"options":{},"id":9,"type":"uint32"},"pgmProgress":{"options":{},"id":13,"type":"uint32"},"unitIsComplete":{"options":{},"id":10,"type":"bool"},"isByUser":{"options":{},
2
+ "id":5,"type":"bool"},"eventName":{"options":{},"id":3,"type":"string"},"unitId":{"options":{},"id":8,"type":"string"},"spContentType":{"options":{},"id":2,"type":"string"},"moduleId":{"options":{},"id":7,"type":"string"},"spSessionId":{"options":{},"id":1,"type":"string"},"initiatedBy":{"options":{},"id":6,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='238.20.0'
1
+ export const version='238.22.0'