o11y_schema 252.30.0 → 252.31.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
@@ -53,6 +53,7 @@
53
53
  "./sf_servicePlan": "./sf_servicePlan/sf_servicePlan.js",
54
54
  "./sf_actExp": "./sf_actExp/sf_actExp.js",
55
55
  "./sf_contentLayout": "./sf_contentLayout/sf_contentLayout.js",
56
+ "./sf_energyUtilities": "./sf_energyUtilities/sf_energyUtilities.js",
56
57
  "./sf_actions": "./sf_actions/sf_actions.js",
57
58
  "./sf_aura": "./sf_aura/sf_aura.js",
58
59
  "./sf_siteSearch": "./sf_siteSearch/sf_siteSearch.js",
@@ -71,7 +72,7 @@
71
72
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
72
73
  },
73
74
  "type": "module",
74
- "version": "252.30.0",
75
+ "version": "252.31.0",
75
76
  "license": "BSD-3-Clause",
76
77
  "volta": {
77
78
  "node": "18.17.1",
@@ -97,6 +98,7 @@
97
98
  "o11y_schema/sf_einstein",
98
99
  "o11y_schema/sf_einsteinGptSegmentation",
99
100
  "o11y_schema/sf_embeddedMessaging",
101
+ "o11y_schema/sf_energyUtilities",
100
102
  "o11y_schema/sf_enhancedConversation",
101
103
  "o11y_schema/sf_evf",
102
104
  "o11y_schema/sf_formula",
@@ -0,0 +1 @@
1
+ export const eu_event_log={namespace:"sf.energyUtilities",name:"EuEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"energyUtilities":{"nested":{"EuEventLog":{"fields":{"recordId":{"id":4,"type":"string"},"recordType":{"id":5,"type":"string"},"name":{"options":{"(meta.max_length)":50},"id":1,"type":"string"},"namespace":{"options":{"(meta.max_length)":15},"id":2,"type":"string"},"methodName":{"id":3,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { eu_event_log as euEventLogSchema } from './eu_event_log.js';
@@ -0,0 +1 @@
1
+ export { eu_event_log as euEventLogSchema } from './eu_event_log.js';
@@ -1 +1 @@
1
- export const version='252.30.0'
1
+ export const version='252.31.0'