o11y_schema 264.92.0 → 264.94.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
@@ -162,7 +162,7 @@
162
162
  "url": "git@git.soma.salesforce.com:instrumentation/o11y-schema.git"
163
163
  },
164
164
  "type": "module",
165
- "version": "264.92.0",
165
+ "version": "264.94.0",
166
166
  "license": "BSD-3-Clause",
167
167
  "volta": {
168
168
  "node": "18.17.1",
@@ -1,2 +1,3 @@
1
1
  export { advisement_feedback as advisementFeedbackSchema } from './advisement_feedback.js';
2
2
  export { notification_feedback as notificationFeedbackSchema } from './notification_feedback.js';
3
+ export { notification_clickthrough as notificationClickthroughSchema } from './notification_clickthrough.js';
@@ -0,0 +1 @@
1
+ export const notification_clickthrough={namespace:"sf.advisements",name:"NotificationClickthrough",pbjsSchema:{"nested":{"sf":{"nested":{"advisements":{"nested":{"NotificationClickthrough":{"fields":{"advisementCanonicalKey":{"id":4,"type":"string"},"channel":{"id":1,"type":"string"},"notificationId":{"id":3,"type":"string"},"notificationType":{"id":2,"type":"string"}}}}}}}}}};
@@ -1,2 +1,3 @@
1
1
  export { advisement_feedback as advisementFeedbackSchema } from './advisement_feedback.js';
2
2
  export { notification_feedback as notificationFeedbackSchema } from './notification_feedback.js';
3
+ export { notification_clickthrough as notificationClickthroughSchema } from './notification_clickthrough.js';
@@ -0,0 +1 @@
1
+ export const dashboard_event={namespace:"sf.afvAnalytics",name:"DashboardEvent",pbjsSchema:{"nested":{"sf":{"nested":{"afvAnalytics":{"nested":{"DashboardEvent":{"fields":{"errorType":{"id":3,"type":"string"},"errorMessage":{"id":4,"type":"string"},"eventName":{"id":1,"type":"string"},"interactionValue":{"id":5,"type":"string"},"componentName":{"id":2,"type":"string"}}}}}}}}}};
@@ -1 +1,2 @@
1
1
  export { usage_metrics_download as usageMetricsDownloadSchema } from './usage_metrics_download.js';
2
+ export { dashboard_event as dashboardEventSchema } from './dashboard_event.js';
@@ -1 +1,2 @@
1
1
  export { usage_metrics_download as usageMetricsDownloadSchema } from './usage_metrics_download.js';
2
+ export { dashboard_event as dashboardEventSchema } from './dashboard_event.js';
@@ -1,2 +1,3 @@
1
- export const help_panel_event={namespace:"sf.cia",name:"HelpPanelEvent",pbjsSchema:{"nested":{"sf":{"nested":{"cia":{"nested":{"HelpPanelEvent":{"fields":{"instance":{"options":{"(meta.max_length)":255},"id":5,"type":"string"},"conversationId":{"options":{"(meta.max_length)":100},"id":10,"type":"string"},"linkUrl":{"options":{"(meta.max_length)":2E3},"id":7,"type":"string"},"eventName":{"options":{"(meta.max_length)":100},"id":1,"type":"string"},"messagingSessionId":{"options":{"(meta.max_length)":100},
2
- "id":11,"type":"string"},"linkSource":{"options":{"(meta.max_length)":50},"id":8,"type":"string"},"message":{"options":{"(meta.max_length)":2E3},"id":9,"type":"string"},"userId":{"options":{"(meta.max_length)":18},"id":3,"type":"string"},"spSessionId":{"options":{"(meta.max_length)":100},"id":2,"type":"string"},"orgId":{"options":{"(meta.max_length)":18},"id":4,"type":"string"},"timestamp":{"id":6,"type":"int64"}}}}}}}}}};
1
+ export const help_panel_event={namespace:"sf.cia",name:"HelpPanelEvent",pbjsSchema:{"nested":{"sf":{"nested":{"cia":{"nested":{"HelpPanelEvent":{"fields":{"instance":{"options":{"(meta.max_length)":255},"id":5,"type":"string"},"conversationId":{"options":{"(meta.max_length)":100},"id":10,"type":"string"},"linkSource":{"options":{"(meta.max_length)":50},"id":8,"type":"string"},"message":{"options":{"(meta.max_length)":2E3},"id":9,"type":"string"},"userId":{"options":{"(meta.max_length)":18},"id":3,
2
+ "type":"string"},"orgId":{"options":{"(meta.max_length)":18},"id":4,"type":"string"},"userProfile":{"options":{"(meta.max_length)":255},"id":13,"type":"string"},"linkUrl":{"options":{"(meta.max_length)":2E3},"id":7,"type":"string"},"eventName":{"options":{"(meta.max_length)":100},"id":1,"type":"string"},"messagingSessionId":{"options":{"(meta.max_length)":100},"id":11,"type":"string"},"userRole":{"options":{"(meta.max_length)":255},"id":12,"type":"string"},"spSessionId":{"options":{"(meta.max_length)":100},
3
+ "id":2,"type":"string"},"timestamp":{"id":6,"type":"int64"}}}}}}}}}};
@@ -1 +1 @@
1
- export const version='264.92.0'
1
+ export const version='264.94.0'