o11y_schema 264.69.0 → 264.70.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
@@ -128,6 +128,7 @@
128
128
  "./sf_umaAI": "./sf_umaAI/sf_umaAI.js",
129
129
  "./sf_actions": "./sf_actions/sf_actions.js",
130
130
  "./sf_siteSearch": "./sf_siteSearch/sf_siteSearch.js",
131
+ "./sf_mfeShell": "./sf_mfeShell/sf_mfeShell.js",
131
132
  "./sf_sci": "./sf_sci/sf_sci.js",
132
133
  "./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
133
134
  "./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
@@ -151,7 +152,7 @@
151
152
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
152
153
  },
153
154
  "type": "module",
154
- "version": "264.69.0",
155
+ "version": "264.70.0",
155
156
  "license": "BSD-3-Clause",
156
157
  "volta": {
157
158
  "node": "18.17.1",
@@ -233,6 +234,7 @@
233
234
  "o11y_schema/sf_marketingObjects",
234
235
  "o11y_schema/sf_mci",
235
236
  "o11y_schema/sf_mcpanalytics",
237
+ "o11y_schema/sf_mfeShell",
236
238
  "o11y_schema/sf_mobileNativeAI",
237
239
  "o11y_schema/sf_mobileVoicePlatform",
238
240
  "o11y_schema/sf_ms365",
@@ -1,2 +1,2 @@
1
- export const copilot_event={namespace:"sf.einstein",name:"CopilotEvent",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotEvent":{"fields":{"esTypes":{"rule":"repeated","id":11,"type":"string"},"components":{"rule":"repeated","id":5,"type":"string"},"agentType":{"id":17,"type":"string"},"errorMessage":{"id":4,"type":"string"},"channel":{"id":12,"type":"string"},"messageId":{"id":3,"type":"string"},"feedbackId":{"id":14,"type":"string"},"botsId":{"id":18,"type":"string"},"buttonLabel":{"id":6,
2
- "type":"string"},"objectType":{"id":10,"type":"string"},"hasNavigation":{"id":8,"type":"bool"},"hasToxicityWarning":{"id":13,"type":"bool"},"agentforceSdkVersion":{"id":19,"type":"string"},"esTypeMessage":{"id":7,"type":"string"},"voiceOrText":{"id":9,"type":"string"},"taskName":{"id":1,"type":"string"},"planId":{"id":15,"type":"string"},"botsSessionId":{"id":2,"type":"string"},"actionName":{"id":16,"type":"string"}}}}}}}}}};
1
+ export const copilot_event={namespace:"sf.einstein",name:"CopilotEvent",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotEvent":{"fields":{"esTypes":{"rule":"repeated","id":11,"type":"string"},"components":{"rule":"repeated","id":5,"type":"string"},"agentType":{"id":17,"type":"string"},"errorMessage":{"id":4,"type":"string"},"channel":{"id":12,"type":"string"},"messageId":{"id":3,"type":"string"},"feedbackId":{"id":14,"type":"string"},"botsId":{"id":18,"type":"string"},"source":{"id":20,
2
+ "type":"string"},"buttonLabel":{"id":6,"type":"string"},"objectType":{"id":10,"type":"string"},"hasNavigation":{"id":8,"type":"bool"},"hasToxicityWarning":{"id":13,"type":"bool"},"agentforceSdkVersion":{"id":19,"type":"string"},"esTypeMessage":{"id":7,"type":"string"},"voiceOrText":{"id":9,"type":"string"},"taskName":{"id":1,"type":"string"},"planId":{"id":15,"type":"string"},"botsSessionId":{"id":2,"type":"string"},"actionName":{"id":16,"type":"string"}}}}}}}}}};
@@ -1,3 +1,3 @@
1
1
  export const copilot_perf={namespace:"sf.einstein",name:"CopilotPerf",pbjsSchema:{"nested":{"sf":{"nested":{"einstein":{"nested":{"CopilotPerf":{"fields":{"esTypes":{"rule":"repeated","id":5,"type":"string"},"traceId":{"id":18,"type":"string"},"screenshotSize":{"id":23,"type":"uint64"},"componentType":{"id":21,"type":"string"},"components":{"rule":"repeated","id":3,"type":"string"},"agentType":{"id":12,"type":"string"},"attachmentType":{"rule":"repeated","id":15,"type":"string"},"channel":{"id":6,
2
- "type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},"botsId":{"id":10,"type":"string"},"componentDefinition":{"id":20,"type":"string"},"isActive":{"id":22,"type":"bool"},"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"agentforceSdkVersion":{"id":19,"type":"string"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"metrics":{"id":17,"type":"string"},"noOfAttachments":{"id":14,
3
- "type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
2
+ "type":"string"},"errorMessage":{"id":8,"type":"string"},"messageId":{"id":2,"type":"string"},"botsId":{"id":10,"type":"string"},"componentDefinition":{"id":20,"type":"string"},"source":{"id":24,"type":"string"},"isActive":{"id":22,"type":"bool"},"pageContext":{"id":7,"type":"string"},"attachmentSize":{"id":13,"type":"uint64"},"agentforceSdkVersion":{"id":19,"type":"string"},"esTypeMessage":{"id":4,"type":"string"},"inputType":{"rule":"repeated","id":16,"type":"string"},"metrics":{"id":17,"type":"string"},
3
+ "noOfAttachments":{"id":14,"type":"int32"},"botsSessionId":{"id":1,"type":"string"},"isSuccess":{"id":9,"type":"bool"},"actionName":{"id":11,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export { mfe_shell_load as mfeShellLoadSchema } from './mfe_shell_load.js';
2
+ export { mfe_shell_error as mfeShellErrorSchema } from './mfe_shell_error.js';
@@ -0,0 +1 @@
1
+ export const mfe_shell_error={namespace:"sf.mfeShell",name:"MfeShellError",pbjsSchema:{"nested":{"sf":{"nested":{"mfeShell":{"nested":{"MfeShellError":{"fields":{"widgetSrc":{"id":2,"type":"string"},"errorType":{"id":1,"type":"string"},"hostAppOrigin":{"id":3,"type":"string"},"isShellError":{"id":5,"type":"bool"},"message":{"id":4,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export const mfe_shell_load={namespace:"sf.mfeShell",name:"MfeShellLoad",pbjsSchema:{"nested":{"sf":{"nested":{"mfeShell":{"nested":{"MfeShellLoad":{"fields":{"widgetSrc":{"id":1,"type":"string"},"hostAppOrigin":{"id":2,"type":"string"},"outcome":{"id":4,"type":"string"},"shellInstanceId":{"id":3,"type":"string"}}}}}}}}}};
@@ -0,0 +1,2 @@
1
+ export { mfe_shell_load as mfeShellLoadSchema } from './mfe_shell_load.js';
2
+ export { mfe_shell_error as mfeShellErrorSchema } from './mfe_shell_error.js';
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
3
+ <isExposed>true</isExposed>
4
+ <capabilities>
5
+ <capability>lightning__ServerRenderable</capability>
6
+ </capabilities>
7
+ </LightningComponentBundle>
@@ -1 +1 @@
1
- export const init={namespace:"sf.sentosSearch",name:"Init",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Init":{"fields":{"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"windowId":{"id":2,"type":"string"}}}}}}}}}};
1
+ export const init={namespace:"sf.sentosSearch",name:"Init",pbjsSchema:{"nested":{"sf":{"nested":{"sentosSearch":{"nested":{"Init":{"fields":{"clientSource":{"id":3,"type":"string"},"srchSessionId":{"id":1,"type":"string"},"appName":{"id":5,"type":"string"},"experience":{"id":4,"type":"string"},"windowId":{"id":2,"type":"string"}}}}}}}}}};
package/sf_sfs/index.js CHANGED
@@ -26,6 +26,7 @@ export { priming_stage as primingStageSchema } from './priming_stage.js';
26
26
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
27
27
  export { tracer_notification as tracerNotificationSchema } from './tracer_notification.js';
28
28
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
29
+ export { sfs_console_event_log as sfsConsoleEventLogSchema } from './sfs_console_event_log.js';
29
30
  export { data_capture as dataCaptureSchema } from './data_capture.js';
30
31
  export { geofence_event as geofenceEventSchema } from './geofence_event.js';
31
32
  export { location_tracking_event as locationTrackingEventSchema } from './location_tracking_event.js';
@@ -1 +1,2 @@
1
- export const screen_info={namespace:"sf.sfs",name:"ScreenInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"ScreenInfo":{"fields":{"recType":{"options":{"(meta.max_length)":100},"id":3,"type":"string"},"scrType":{"options":{"(meta.max_length)":100},"id":5,"type":"string"},"objType":{"options":{"(meta.max_length)":100},"id":2,"type":"string"},"recId":{"options":{"(meta.max_length)":100},"id":1,"type":"string"},"parentObjType":{"options":{"(meta.max_length)":100},"id":4,"type":"string"}}}}}}}}}};
1
+ export const screen_info={namespace:"sf.sfs",name:"ScreenInfo",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"ScreenInfo":{"fields":{"recType":{"options":{"(meta.max_length)":100},"id":3,"type":"string"},"fetchStrategy":{"options":{"(meta.max_length)":100},"id":6,"type":"string"},"scrType":{"options":{"(meta.max_length)":100},"id":5,"type":"string"},"objType":{"options":{"(meta.max_length)":100},"id":2,"type":"string"},"recId":{"options":{"(meta.max_length)":100},"id":1,"type":"string"},
2
+ "parentObjType":{"options":{"(meta.max_length)":100},"id":4,"type":"string"}}}}}}}}}};
package/sf_sfs/sf_sfs.js CHANGED
@@ -26,6 +26,7 @@ export { priming_stage as primingStageSchema } from './priming_stage.js';
26
26
  export { sfs_error as sfsErrorSchema } from './sfs_error.js';
27
27
  export { tracer_notification as tracerNotificationSchema } from './tracer_notification.js';
28
28
  export { bootstrap_download_info as bootstrapDownloadInfoSchema } from './bootstrap_download_info.js';
29
+ export { sfs_console_event_log as sfsConsoleEventLogSchema } from './sfs_console_event_log.js';
29
30
  export { data_capture as dataCaptureSchema } from './data_capture.js';
30
31
  export { geofence_event as geofenceEventSchema } from './geofence_event.js';
31
32
  export { location_tracking_event as locationTrackingEventSchema } from './location_tracking_event.js';
@@ -0,0 +1 @@
1
+ export const sfs_console_event_log={namespace:"sf.sfs",name:"SfsConsoleEventLog",pbjsSchema:{"nested":{"sf":{"nested":{"sfs":{"nested":{"SfsConsoleEventLog":{"fields":{"level":{"id":1,"type":"uint32"},"name":{"options":{"(meta.max_length)":50},"id":2,"type":"string"},"attributes":{"id":5,"type":"string"},"tag":{"options":{"(meta.max_length)":50},"id":3,"type":"string"},"message":{"options":{"(meta.max_length)":2E3},"id":4,"type":"string"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='264.69.0'
1
+ export const version='264.70.0'