o11y_schema 258.47.0 → 258.49.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
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
|
|
98
98
|
"./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
|
|
99
99
|
"./sf_studio": "./sf_studio/sf_studio.js",
|
|
100
|
+
"./sf_umaBusinessUnits": "./sf_umaBusinessUnits/sf_umaBusinessUnits.js",
|
|
100
101
|
"./sf_unifiedMessaging": "./sf_unifiedMessaging/sf_unifiedMessaging.js",
|
|
101
102
|
"./sf_lex": "./sf_lex/sf_lex.js",
|
|
102
103
|
"./sf_revenue": "./sf_revenue/sf_revenue.js",
|
|
@@ -111,7 +112,7 @@
|
|
|
111
112
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
112
113
|
},
|
|
113
114
|
"type": "module",
|
|
114
|
-
"version": "258.
|
|
115
|
+
"version": "258.49.0",
|
|
115
116
|
"license": "BSD-3-Clause",
|
|
116
117
|
"volta": {
|
|
117
118
|
"node": "18.17.1",
|
|
@@ -207,6 +208,7 @@
|
|
|
207
208
|
"o11y_schema/sf_support",
|
|
208
209
|
"o11y_schema/sf_testAiltnPageview",
|
|
209
210
|
"o11y_schema/sf_umaAI",
|
|
211
|
+
"o11y_schema/sf_umaBusinessUnits",
|
|
210
212
|
"o11y_schema/sf_umaCoreAnalytics",
|
|
211
213
|
"o11y_schema/sf_umaCoreExperience",
|
|
212
214
|
"o11y_schema/sf_umaGoals",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { uma_business_units as umaBusinessUnitsSchema } from './uma_business_units.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { uma_business_units as umaBusinessUnitsSchema } from './uma_business_units.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const uma_business_units={namespace:"sf.umaBusinessUnits",name:"UmaBusinessUnits",pbjsSchema:{"nested":{"sf":{"nested":{"umaBusinessUnits":{"nested":{"UmaBusinessUnits":{"fields":{"message":{"id":1,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.49.0'
|