o11y_schema 258.49.0 → 258.51.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 +3 -1
- package/sf_msPlatformInterop/index.js +1 -0
- package/sf_msPlatformInterop/ms_platform_interop_event.js +2 -0
- package/sf_msPlatformInterop/sf_msPlatformInterop.js +1 -0
- package/sf_msPlatformInterop/sf_msPlatformInterop.js-meta.xml +7 -0
- package/sf_revenue/configurator_session.js +1 -1
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"./sf_knowledge": "./sf_knowledge/sf_knowledge.js",
|
|
67
67
|
"./sf_genAiIntelligenceUsage": "./sf_genAiIntelligenceUsage/sf_genAiIntelligenceUsage.js",
|
|
68
68
|
"./sf_generativeCanvas": "./sf_generativeCanvas/sf_generativeCanvas.js",
|
|
69
|
+
"./sf_msPlatformInterop": "./sf_msPlatformInterop/sf_msPlatformInterop.js",
|
|
69
70
|
"./spiff_shared": "./spiff_shared/spiff_shared.js",
|
|
70
71
|
"./sf_o11ySample": "./sf_o11ySample/sf_o11ySample.js",
|
|
71
72
|
"./sf_testAiltnPageview": "./sf_testAiltnPageview/sf_testAiltnPageview.js",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
113
114
|
},
|
|
114
115
|
"type": "module",
|
|
115
|
-
"version": "258.
|
|
116
|
+
"version": "258.51.0",
|
|
116
117
|
"license": "BSD-3-Clause",
|
|
117
118
|
"volta": {
|
|
118
119
|
"node": "18.17.1",
|
|
@@ -178,6 +179,7 @@
|
|
|
178
179
|
"o11y_schema/sf_mci",
|
|
179
180
|
"o11y_schema/sf_mobileVoicePlatform",
|
|
180
181
|
"o11y_schema/sf_ms365",
|
|
182
|
+
"o11y_schema/sf_msPlatformInterop",
|
|
181
183
|
"o11y_schema/sf_nimbus",
|
|
182
184
|
"o11y_schema/sf_o11ySample",
|
|
183
185
|
"o11y_schema/sf_offlineApp",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ms_platform_interop_event as msPlatformInteropEventSchema } from './ms_platform_interop_event.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const ms_platform_interop_event={namespace:"sf.msPlatformInterop",name:"MsPlatformInteropEvent",pbjsSchema:{"nested":{"sf":{"nested":{"msPlatformInterop":{"nested":{"MsPlatformInteropEvent":{"fields":{"trustName":{"id":9,"type":"string"},"isTrustEnabled":{"id":10,"type":"bool"},"methodName":{"id":8,"type":"string"},"message":{"id":3,"type":"string"},"successMessage":{"id":12,"type":"string"},"buttonLabel":{"id":11,"type":"string"},"coreTenantKey":{"options":{"(meta.max_length)":200},"id":6,
|
|
2
|
+
"type":"string"},"mulesoftTenantKey":{"options":{"(meta.max_length)":200},"id":7,"type":"string"},"viewName":{"id":1,"type":"string"},"isSuccessful":{"id":13,"type":"bool"},"eventName":{"id":2,"type":"string"},"operationType":{"id":5,"type":"string"},"componentName":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ms_platform_interop_event as msPlatformInteropEventSchema } from './ms_platform_interop_event.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const configurator_session={namespace:"sf.revenue",name:"ConfiguratorSession",pbjsSchema:{"nested":{"sf":{"nested":{"revenue":{"nested":{"ConfiguratorSession":{"fields":{"origin":{"id":3,"type":"string"},"tabSwitchCount":{"id":6,"type":"uint32"},"objectName":{"id":2,"type":"string"},"endBundleSize":{"id":8,"type":"uint32"},"interactionName":{"id":1,"type":"string"},"configurationType":{"id":4,"type":"string"},"isPriceRampEnabled":{"id":5,"type":"bool"},"searchResultClickCount":{"id":9,"type":"uint32"},
|
|
2
|
-
"startBundleSize":{"id":7,"type":"uint32"}}}}}}}}}};
|
|
2
|
+
"isGroupRampEnabled":{"id":10,"type":"bool"},"startBundleSize":{"id":7,"type":"uint32"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.51.0'
|