o11y_schema 260.8.0 → 260.10.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_mulesoft/document_processing_core.js +1 -0
- package/sf_mulesoft/index.js +1 -0
- package/sf_mulesoft/sf_mulesoft.js +1 -0
- package/sf_mulesoft/sf_mulesoft.js-meta.xml +7 -0
- package/sf_sfs/asset_instrumentation.js +2 -0
- package/sf_sfs/index.js +1 -0
- package/sf_sfs/sf_sfs.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"./sf_einstein": "./sf_einstein/sf_einstein.js",
|
|
41
41
|
"./sf_mobileVoicePlatform": "./sf_mobileVoicePlatform/sf_mobileVoicePlatform.js",
|
|
42
42
|
"./sf_actExp": "./sf_actExp/sf_actExp.js",
|
|
43
|
+
"./sf_mulesoft": "./sf_mulesoft/sf_mulesoft.js",
|
|
43
44
|
"./sf_yukon": "./sf_yukon/sf_yukon.js",
|
|
44
45
|
"./sf_energyUtilities": "./sf_energyUtilities/sf_energyUtilities.js",
|
|
45
46
|
"./sf_aura": "./sf_aura/sf_aura.js",
|
|
@@ -123,7 +124,7 @@
|
|
|
123
124
|
"url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
|
|
124
125
|
},
|
|
125
126
|
"type": "module",
|
|
126
|
-
"version": "260.
|
|
127
|
+
"version": "260.10.0",
|
|
127
128
|
"license": "BSD-3-Clause",
|
|
128
129
|
"volta": {
|
|
129
130
|
"node": "18.17.1",
|
|
@@ -191,6 +192,7 @@
|
|
|
191
192
|
"o11y_schema/sf_mobileVoicePlatform",
|
|
192
193
|
"o11y_schema/sf_ms365",
|
|
193
194
|
"o11y_schema/sf_msPlatformInterop",
|
|
195
|
+
"o11y_schema/sf_mulesoft",
|
|
194
196
|
"o11y_schema/sf_nimbus",
|
|
195
197
|
"o11y_schema/sf_o11ySample",
|
|
196
198
|
"o11y_schema/sf_offlineApp",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const document_processing_core={namespace:"sf.mulesoft",name:"DocumentProcessingCore",pbjsSchema:{"nested":{"sf":{"nested":{"mulesoft":{"nested":{"DocumentProcessingCore":{"oneofs":{"_actionData":{"oneof":["actionData"]}},"fields":{"userAction":{"id":2,"type":"string"},"actionData":{"options":{"proto3_optional":true},"id":3,"type":"string"},"sessionId":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { document_processing_core as documentProcessingCoreSchema } from './document_processing_core.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { document_processing_core as documentProcessingCoreSchema } from './document_processing_core.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const asset_instrumentation={namespace:"sf.sfs",name:"AssetInstrumentation",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"AssetInstrumentation":{"oneofs":{"_metricTwo":{"oneof":["metricTwo"]},"_metricThree":{"oneof":["metricThree"]},"_isMobile":{"oneof":["isMobile"]},"_metricOne":{"oneof":["metricOne"]}},"fields":{"recordId":{"id":1,"type":"string"},"isError":{"id":10,"type":"bool"},"feature":{"id":2,"type":"string"},"metricTwo":{"options":{"proto3_optional":true},"id":8,"type":"int32"},
|
|
2
|
+
"action":{"id":3,"type":"string"},"isMobile":{"options":{"proto3_optional":true},"id":5,"type":"bool"},"additionalData":{"id":11,"type":"string"},"metricOne":{"options":{"proto3_optional":true},"id":7,"type":"int32"},"featureLevel":{"id":6,"type":"string"},"metricThree":{"options":{"proto3_optional":true},"id":9,"type":"int32"},"actionContext":{"id":4,"type":"string"}}}}}}}}}};
|
package/sf_sfs/index.js
CHANGED
|
@@ -2,6 +2,7 @@ export { action_event as actionEventSchema } from './action_event.js';
|
|
|
2
2
|
export { app_info as appInfoSchema } from './app_info.js';
|
|
3
3
|
export { app_start as appStartSchema } from './app_start.js';
|
|
4
4
|
export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asset_hierarchy_adoption.js';
|
|
5
|
+
export { asset_instrumentation as assetInstrumentationSchema } from './asset_instrumentation.js';
|
|
5
6
|
export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
|
|
6
7
|
export { crash_report as crashReportSchema } from './crash_report.js';
|
|
7
8
|
export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
|
package/sf_sfs/sf_sfs.js
CHANGED
|
@@ -2,6 +2,7 @@ export { action_event as actionEventSchema } from './action_event.js';
|
|
|
2
2
|
export { app_info as appInfoSchema } from './app_info.js';
|
|
3
3
|
export { app_start as appStartSchema } from './app_start.js';
|
|
4
4
|
export { asset_hierarchy_adoption as assetHierarchyAdoptionSchema } from './asset_hierarchy_adoption.js';
|
|
5
|
+
export { asset_instrumentation as assetInstrumentationSchema } from './asset_instrumentation.js';
|
|
5
6
|
export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
|
|
6
7
|
export { crash_report as crashReportSchema } from './crash_report.js';
|
|
7
8
|
export { custom_navigation_info as customNavigationInfoSchema } from './custom_navigation_info.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='260.
|
|
1
|
+
export const version='260.10.0'
|