o11y_schema 252.2.0 → 252.4.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
@@ -39,11 +39,13 @@
39
39
  "./sf_lookup": "./sf_lookup/sf_lookup.js",
40
40
  "./sf_nimbus": "./sf_nimbus/sf_nimbus.js",
41
41
  "./sf_lds": "./sf_lds/sf_lds.js",
42
+ "./sf_semanticModel": "./sf_semanticModel/sf_semanticModel.js",
42
43
  "./sf_ms365": "./sf_ms365/sf_ms365.js",
43
44
  "./sf_selfService": "./sf_selfService/sf_selfService.js",
44
45
  "./sf_sfs": "./sf_sfs/sf_sfs.js",
45
46
  "./sf_einstein": "./sf_einstein/sf_einstein.js",
46
47
  "./sfcore_customCmp": "./sfcore_customCmp/sfcore_customCmp.js",
48
+ "./sf_actExp": "./sf_actExp/sf_actExp.js",
47
49
  "./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
48
50
  "./sf_actions": "./sf_actions/sf_actions.js",
49
51
  "./sf_aura": "./sf_aura/sf_aura.js",
@@ -63,7 +65,7 @@
63
65
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
64
66
  },
65
67
  "type": "module",
66
- "version": "252.2.0",
68
+ "version": "252.4.0",
67
69
  "license": "BSD-3-Clause",
68
70
  "volta": {
69
71
  "node": "18.17.1",
@@ -73,6 +75,7 @@
73
75
  "lwc": {
74
76
  "expose": [
75
77
  "o11y_schema/version",
78
+ "o11y_schema/sf_actExp",
76
79
  "o11y_schema/sf_actions",
77
80
  "o11y_schema/sf_aura",
78
81
  "o11y_schema/sf_automation",
@@ -113,6 +116,7 @@
113
116
  "o11y_schema/sf_searchui",
114
117
  "o11y_schema/sf_selfService",
115
118
  "o11y_schema/sf_semanticDataPrism",
119
+ "o11y_schema/sf_semanticModel",
116
120
  "o11y_schema/sf_sfMaps",
117
121
  "o11y_schema/sf_sfs",
118
122
  "o11y_schema/sf_sfsMobileHybrid",
@@ -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';
@@ -0,0 +1 @@
1
+ export { semantic_model_monitoring as semanticModelMonitoringSchema } from './semantic_model_monitoring.js';
@@ -0,0 +1 @@
1
+ export const semantic_model_monitoring={namespace:"sf.semanticModel",name:"SemanticModelMonitoring",pbjsSchema:{"nested":{"sf":{"nested":{"semanticModel":{"nested":{"SemanticModelMonitoring":{"fields":{"isReadOnly":{"id":2,"type":"bool"},"action":{"id":1,"type":"string"},"modelCount":{"id":3,"type":"uint32"},"selectedModel":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { semantic_model_monitoring as semanticModelMonitoringSchema } from './semantic_model_monitoring.js';
@@ -1 +1 @@
1
- export const version='252.2.0'
1
+ export const version='252.4.0'