o11y_schema 246.26.1 → 248.3.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 +1 -1
- package/sf_instrumentation/event.js +1 -0
- package/sf_instrumentation/index.js +1 -0
- package/sf_instrumentation/instrumented_event.js +4 -3
- package/sf_instrumentation/mouse_event.js +3 -3
- package/sf_instrumentation/sf_instrumentation.js +1 -0
- package/sf_scrt/conversation_message.js +1 -1
- package/sf_scrt/conversation_user_interaction.js +1 -1
- package/sf_scrt/messaging_component.js +1 -1
- package/sf_scrt/voice_message.js +1 -1
- package/sf_searchui/index.js +1 -0
- package/sf_searchui/search_answer_feedback.js +1 -0
- package/sf_searchui/sf_searchui.js +1 -0
- package/version/version.js +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const event={namespace:"sf.instrumentation",name:"Event",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"Event":{"fields":{"type":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -2,6 +2,7 @@ export { activity as activitySchema } from './activity.js';
|
|
|
2
2
|
export { basic_page as basicPageSchema } from './basic_page.js';
|
|
3
3
|
export { core_envelope as coreEnvelopeSchema } from './core_envelope.js';
|
|
4
4
|
export { error as errorSchema } from './error.js';
|
|
5
|
+
export { event as eventSchema } from './event.js';
|
|
5
6
|
export { idle_detector_report as idleDetectorReportSchema } from './idle_detector_report.js';
|
|
6
7
|
export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
|
|
7
8
|
export { mouse_event as mouseEventSchema } from './mouse_event.js';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export const instrumented_event={namespace:"sf.instrumentation",name:"InstrumentedEvent",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"MouseEvent":{"fields":{"cancelable":{"id":5,"type":"bool"},"ctrlKey":{"id":9,"type":"bool"},"type":{"id":25,"type":"string"},"button":{"id":3,"type":"uint32"},"offsetX":{"id":
|
|
2
|
-
"
|
|
3
|
-
"type":"
|
|
1
|
+
export const instrumented_event={namespace:"sf.instrumentation",name:"InstrumentedEvent",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"MouseEvent":{"reserved":[[6,6],[7,7],[15,15],[16,16],[17,17],[18,18],[19,19],[20,20],[21,21],[22,22]],"fields":{"cancelable":{"id":5,"type":"bool"},"ctrlKey":{"id":9,"type":"bool"},"type":{"id":25,"type":"string"},"button":{"id":3,"type":"uint32"},"offsetX":{"id":30,"type":"double"},"eventPhase":{"id":12,"type":"uint32"},"shiftKey":{"id":23,"type":"bool"},
|
|
2
|
+
"offsetY":{"id":31,"type":"double"},"composed":{"id":8,"type":"bool"},"altKey":{"id":1,"type":"bool"},"isTrusted":{"id":13,"type":"bool"},"buttons":{"id":4,"type":"uint32"},"movementY":{"id":29,"type":"double"},"clientY":{"id":27,"type":"double"},"clientX":{"id":26,"type":"double"},"movementX":{"id":28,"type":"double"},"defaultPrevented":{"id":10,"type":"bool"},"metaKey":{"id":14,"type":"bool"},"timeStamp":{"id":24,"type":"double"},"bubbles":{"id":2,"type":"bool"},"detail":{"id":11,"type":"int64"},
|
|
3
|
+
"pageY":{"id":33,"type":"double"},"pageX":{"id":32,"type":"double"},"screenX":{"id":34,"type":"double"},"screenY":{"id":35,"type":"double"}}},"Event":{"fields":{"type":{"id":1,"type":"string"}}},"InstrumentedEvent":{"oneofs":{"event":{"oneof":["mouseEvent","baseEvent"]}},"reserved":[[4,4],"xpath",[6,6],[8,8]],"fields":{"mouseEvent":{"id":7,"type":"MouseEvent"},"auto":{"id":3,"type":"bool"},"parentComponent":{"id":2,"type":"string"},"baseEvent":{"id":10,"type":"Event"},"ownerComponent":{"id":1,"type":"string"},
|
|
4
|
+
"userPayload":{"id":5,"type":"Payload"},"simplePath":{"id":9,"type":"string"}}},"Payload":{"fields":{"payload":{"id":2,"type":"bytes"},"schemaName":{"id":1,"type":"string"}}}}}}}}}};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const mouse_event={namespace:"sf.instrumentation",name:"MouseEvent",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"MouseEvent":{"fields":{"cancelable":{"id":5,"type":"bool"},"ctrlKey":{"id":9,"type":"bool"},"type":{"id":25,"type":"string"},"button":{"id":3,"type":"uint32"},"offsetX":{"id":
|
|
2
|
-
"
|
|
3
|
-
"screenY":{"id":
|
|
1
|
+
export const mouse_event={namespace:"sf.instrumentation",name:"MouseEvent",pbjsSchema:{"nested":{"sf":{"nested":{"instrumentation":{"nested":{"MouseEvent":{"reserved":[[6,6],[7,7],[15,15],[16,16],[17,17],[18,18],[19,19],[20,20],[21,21],[22,22]],"fields":{"cancelable":{"id":5,"type":"bool"},"ctrlKey":{"id":9,"type":"bool"},"type":{"id":25,"type":"string"},"button":{"id":3,"type":"uint32"},"offsetX":{"id":30,"type":"double"},"eventPhase":{"id":12,"type":"uint32"},"shiftKey":{"id":23,"type":"bool"},
|
|
2
|
+
"offsetY":{"id":31,"type":"double"},"composed":{"id":8,"type":"bool"},"altKey":{"id":1,"type":"bool"},"isTrusted":{"id":13,"type":"bool"},"buttons":{"id":4,"type":"uint32"},"movementY":{"id":29,"type":"double"},"clientY":{"id":27,"type":"double"},"clientX":{"id":26,"type":"double"},"movementX":{"id":28,"type":"double"},"defaultPrevented":{"id":10,"type":"bool"},"metaKey":{"id":14,"type":"bool"},"timeStamp":{"id":24,"type":"double"},"bubbles":{"id":2,"type":"bool"},"detail":{"id":11,"type":"int64"},
|
|
3
|
+
"pageY":{"id":33,"type":"double"},"pageX":{"id":32,"type":"double"},"screenX":{"id":34,"type":"double"},"screenY":{"id":35,"type":"double"}}}}}}}}}};
|
|
@@ -2,6 +2,7 @@ export { activity as activitySchema } from './activity.js';
|
|
|
2
2
|
export { basic_page as basicPageSchema } from './basic_page.js';
|
|
3
3
|
export { core_envelope as coreEnvelopeSchema } from './core_envelope.js';
|
|
4
4
|
export { error as errorSchema } from './error.js';
|
|
5
|
+
export { event as eventSchema } from './event.js';
|
|
5
6
|
export { idle_detector_report as idleDetectorReportSchema } from './idle_detector_report.js';
|
|
6
7
|
export { instrumented_event as instrumentedEventSchema } from './instrumented_event.js';
|
|
7
8
|
export { mouse_event as mouseEventSchema } from './mouse_event.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const conversation_message={namespace:"sf.scrt",name:"ConversationMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationMessage":{"fields":{"recordId":{"id":1,"type":"string"},"messagingComponentCount":{"id":6,"type":"uint32"},"messageLength":{"id":3,"type":"uint32"},"channel":{"id":2,"type":"string"},"voiceMessageCount":{"id":4,"type":"uint32"},"fileCount":{"id":5,"type":"uint32"}}}}}}}}}};
|
|
1
|
+
export const conversation_message={namespace:"sf.scrt",name:"ConversationMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationMessage":{"fields":{"recordId":{"id":1,"type":"string"},"messagingComponentCount":{"id":6,"type":"uint32"},"messageLength":{"id":3,"type":"uint32"},"conversationId":{"id":7,"type":"string"},"channel":{"id":2,"type":"string"},"messageIds":{"rule":"repeated","id":8,"type":"string"},"voiceMessageCount":{"id":4,"type":"uint32"},"fileCount":{"id":5,"type":"uint32"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const conversation_user_interaction={namespace:"sf.scrt",name:"ConversationUserInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationUserInteraction":{"fields":{"recordId":{"id":1,"type":"string"},"role":{"id":3,"type":"string"},"channel":{"id":2,"type":"string"},"interaction":{"id":4,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const conversation_user_interaction={namespace:"sf.scrt",name:"ConversationUserInteraction",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"ConversationUserInteraction":{"fields":{"recordId":{"id":1,"type":"string"},"role":{"id":3,"type":"string"},"conversationId":{"id":5,"type":"string"},"channel":{"id":2,"type":"string"},"interaction":{"id":4,"type":"string"}}}}}}}}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const messaging_component={namespace:"sf.scrt",name:"MessagingComponent",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"MessagingComponent":{"fields":{"recordId":{"id":1,"type":"string"},"messageType":{"id":5,"type":"string"},"channel":{"id":2,"type":"string"},"definitionType":{"id":4,"type":"string"},"definitionId":{"id":3,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const messaging_component={namespace:"sf.scrt",name:"MessagingComponent",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"MessagingComponent":{"fields":{"recordId":{"id":1,"type":"string"},"messageType":{"id":5,"type":"string"},"conversationId":{"id":6,"type":"string"},"channel":{"id":2,"type":"string"},"definitionType":{"id":4,"type":"string"},"definitionId":{"id":3,"type":"string"}}}}}}}}}};
|
package/sf_scrt/voice_message.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const voice_message={namespace:"sf.scrt",name:"VoiceMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"VoiceMessage":{"fields":{"recordId":{"id":1,"type":"string"},"duration":{"id":4,"type":"double"},"fileSize":{"id":3,"type":"uint32"},"channel":{"id":2,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const voice_message={namespace:"sf.scrt",name:"VoiceMessage",pbjsSchema:{"nested":{"sf":{"nested":{"scrt":{"nested":{"VoiceMessage":{"fields":{"recordId":{"id":1,"type":"string"},"duration":{"id":4,"type":"double"},"fileSize":{"id":3,"type":"uint32"},"conversationId":{"id":5,"type":"string"},"channel":{"id":2,"type":"string"}}}}}}}}}};
|
package/sf_searchui/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { result_click_demo as resultClickDemoSchema } from './result_click_demo.js';
|
|
2
|
+
export { search_answer_feedback as searchAnswerFeedbackSchema } from './search_answer_feedback.js';
|
|
2
3
|
export { search_impression as searchImpressionSchema } from './search_impression.js';
|
|
3
4
|
export { search_initiation as searchInitiationSchema } from './search_initiation.js';
|
|
4
5
|
export { search_manager_config as searchManagerConfigSchema } from './search_manager_config.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const search_answer_feedback={namespace:"sf.searchui",name:"SearchAnswerFeedback",pbjsSchema:{"nested":{"sf":{"nested":{"searchui":{"nested":{"SearchAnswerFeedback":{"fields":{"srchSessionId":{"id":1,"type":"string"},"feedbackValues":{"rule":"repeated","id":4,"type":"string"},"queryLen":{"id":3,"type":"uint32"},"textFeedback":{"options":{"(meta.max_length)":500},"id":5,"type":"string"},"queryId":{"id":2,"type":"string"}}}}}}}}}};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { result_click_demo as resultClickDemoSchema } from './result_click_demo.js';
|
|
2
|
+
export { search_answer_feedback as searchAnswerFeedbackSchema } from './search_answer_feedback.js';
|
|
2
3
|
export { search_impression as searchImpressionSchema } from './search_impression.js';
|
|
3
4
|
export { search_initiation as searchInitiationSchema } from './search_initiation.js';
|
|
4
5
|
export { search_manager_config as searchManagerConfigSchema } from './search_manager_config.js';
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='
|
|
1
|
+
export const version='248.3.0'
|