o11y_schema 252.2.0 → 252.3.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
@@ -44,6 +44,7 @@
44
44
  "./sf_sfs": "./sf_sfs/sf_sfs.js",
45
45
  "./sf_einstein": "./sf_einstein/sf_einstein.js",
46
46
  "./sfcore_customCmp": "./sfcore_customCmp/sfcore_customCmp.js",
47
+ "./sf_actExp": "./sf_actExp/sf_actExp.js",
47
48
  "./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
48
49
  "./sf_actions": "./sf_actions/sf_actions.js",
49
50
  "./sf_aura": "./sf_aura/sf_aura.js",
@@ -63,7 +64,7 @@
63
64
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
64
65
  },
65
66
  "type": "module",
66
- "version": "252.2.0",
67
+ "version": "252.3.0",
67
68
  "license": "BSD-3-Clause",
68
69
  "volta": {
69
70
  "node": "18.17.1",
@@ -73,6 +74,7 @@
73
74
  "lwc": {
74
75
  "expose": [
75
76
  "o11y_schema/version",
77
+ "o11y_schema/sf_actExp",
76
78
  "o11y_schema/sf_actions",
77
79
  "o11y_schema/sf_aura",
78
80
  "o11y_schema/sf_automation",
@@ -0,0 +1 @@
1
+ export { rel_map_user_interaction as relMapUserInteractionSchema } from './rel_map_user_interaction.js';
@@ -0,0 +1 @@
1
+ export const rel_map_user_interaction={namespace:"sf.actExp",name:"RelMapUserInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"actExp":{"nested":{"RelMapUserInteraction":{"fields":{"titleType":{"id":5,"type":"string"},"buyerAttrs":{"rule":"repeated","id":6,"type":"string"},"deptGroup":{"id":4,"type":"string"},"interaction":{"id":2,"type":"string"},"componentName":{"id":3,"type":"string"},"sobjectName":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { rel_map_user_interaction as relMapUserInteractionSchema } from './rel_map_user_interaction.js';
@@ -1 +1 @@
1
- export const version='252.2.0'
1
+ export const version='252.3.0'