o11y_schema 264.68.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
@@ -60,6 +60,7 @@
60
60
  "./spiff_analytics": "./spiff_analytics/spiff_analytics.js",
61
61
  "./sf_tableauNext": "./sf_tableauNext/sf_tableauNext.js",
62
62
  "./sf_komaci": "./sf_komaci/sf_komaci.js",
63
+ "./sf_advisements": "./sf_advisements/sf_advisements.js",
63
64
  "./sf_lightningExperienceTheme": "./sf_lightningExperienceTheme/sf_lightningExperienceTheme.js",
64
65
  "./sf_enhancedSoftphone": "./sf_enhancedSoftphone/sf_enhancedSoftphone.js",
65
66
  "./sf_policyCenter": "./sf_policyCenter/sf_policyCenter.js",
@@ -127,6 +128,7 @@
127
128
  "./sf_umaAI": "./sf_umaAI/sf_umaAI.js",
128
129
  "./sf_actions": "./sf_actions/sf_actions.js",
129
130
  "./sf_siteSearch": "./sf_siteSearch/sf_siteSearch.js",
131
+ "./sf_mfeShell": "./sf_mfeShell/sf_mfeShell.js",
130
132
  "./sf_sci": "./sf_sci/sf_sci.js",
131
133
  "./sf_lightningsdk": "./sf_lightningsdk/sf_lightningsdk.js",
132
134
  "./sf_incidentManagement": "./sf_incidentManagement/sf_incidentManagement.js",
@@ -150,7 +152,7 @@
150
152
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
151
153
  },
152
154
  "type": "module",
153
- "version": "264.68.0",
155
+ "version": "264.70.0",
154
156
  "license": "BSD-3-Clause",
155
157
  "volta": {
156
158
  "node": "18.17.1",
@@ -164,6 +166,7 @@
164
166
  "o11y_schema/sf_actExp",
165
167
  "o11y_schema/sf_actions",
166
168
  "o11y_schema/sf_adaptiveExperience",
169
+ "o11y_schema/sf_advisements",
167
170
  "o11y_schema/sf_afvAnalytics",
168
171
  "o11y_schema/sf_agentforceInstrumentation",
169
172
  "o11y_schema/sf_agentforceMessaging",
@@ -231,6 +234,7 @@
231
234
  "o11y_schema/sf_marketingObjects",
232
235
  "o11y_schema/sf_mci",
233
236
  "o11y_schema/sf_mcpanalytics",
237
+ "o11y_schema/sf_mfeShell",
234
238
  "o11y_schema/sf_mobileNativeAI",
235
239
  "o11y_schema/sf_mobileVoicePlatform",
236
240
  "o11y_schema/sf_ms365",
@@ -0,0 +1 @@
1
+ export const advisement_feedback={namespace:"sf.advisements",name:"AdvisementFeedback",pbjsSchema:{"nested":{"sf":{"nested":{"advisements":{"nested":{"AdvisementFeedback":{"fields":{"feedbackText":{"options":{"(meta.max_length)":500},"id":3,"type":"string"},"advisementCanonicalKey":{"id":4,"type":"string"},"feedbackReasons":{"rule":"repeated","id":2,"type":"string"},"feedbackType":{"id":1,"type":"string"}}}}}}}}}};
@@ -0,0 +1 @@
1
+ export { advisement_feedback as advisementFeedbackSchema } from './advisement_feedback.js';
@@ -0,0 +1 @@
1
+ export { advisement_feedback as advisementFeedbackSchema } from './advisement_feedback.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,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"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const error_event={namespace:"sf.enhancedSoftphone",name:"ErrorEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"ErrorEvent":{"fields":{"callId":{"id":1,"type":"string"},"recordId":{"id":2,"type":"string"},"actionType":{"id":12,"type":"string"},"stateMachine":{"id":9,"type":"string"},"currentCallState":{"id":8,"type":"string"},"additionalParams":{"id":10,"type":"string"},"eventSource":{"id":4,"type":"string"},"targetEventType":{"id":11,"type":"string"},"errorCode":{"id":6,
2
- "type":"uint32"},"eventType":{"id":3,"type":"string"},"currentAgentState":{"id":7,"type":"string"},"errorMsg":{"id":5,"type":"string"}}}}}}}}}};
1
+ export const error_event={namespace:"sf.enhancedSoftphone",name:"ErrorEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"ErrorEvent":{"fields":{"callId":{"id":1,"type":"string"},"currentCallState":{"id":8,"type":"string"},"additionalParams":{"id":10,"type":"string"},"eventSource":{"id":4,"type":"string"},"errorCode":{"id":6,"type":"uint32"},"eventType":{"id":3,"type":"string"},"isFramedSoftphoneAllowed":{"id":13,"type":"bool"},"currentAgentState":{"id":7,"type":"string"},
2
+ "vdiPlatform":{"id":14,"type":"string"},"errorMsg":{"id":5,"type":"string"},"recordId":{"id":2,"type":"string"},"actionType":{"id":12,"type":"string"},"stateMachine":{"id":9,"type":"string"},"targetEventType":{"id":11,"type":"string"}}}}}}}}}};
@@ -1,2 +1,2 @@
1
- export const softphone_manager_event={namespace:"sf.enhancedSoftphone",name:"SoftphoneManagerEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"SoftphoneManagerEvent":{"fields":{"callId":{"id":1,"type":"string"},"logType":{"id":2,"type":"string"},"recordId":{"id":11,"type":"string"},"actionType":{"id":9,"type":"string"},"stateMachine":{"id":6,"type":"string"},"payload":{"id":10,"type":"string"},"eventSource":{"id":8,"type":"string"},"isIgnoredState":{"id":5,"type":"bool"},
2
- "eventType":{"id":7,"type":"string"},"currentState":{"id":3,"type":"string"},"newState":{"id":4,"type":"string"}}}}}}}}}};
1
+ export const softphone_manager_event={namespace:"sf.enhancedSoftphone",name:"SoftphoneManagerEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"SoftphoneManagerEvent":{"fields":{"callId":{"id":1,"type":"string"},"logType":{"id":2,"type":"string"},"eventSource":{"id":8,"type":"string"},"isIgnoredState":{"id":5,"type":"bool"},"eventType":{"id":7,"type":"string"},"isFramedSoftphoneAllowed":{"id":12,"type":"bool"},"vdiPlatform":{"id":13,"type":"string"},"recordId":{"id":11,"type":"string"},
2
+ "actionType":{"id":9,"type":"string"},"stateMachine":{"id":6,"type":"string"},"payload":{"id":10,"type":"string"},"currentState":{"id":3,"type":"string"},"newState":{"id":4,"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.68.0'
1
+ export const version='264.70.0'