o11y_schema 258.38.0 → 258.40.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
|
@@ -1 +1 @@
|
|
|
1
|
-
export const error_event={namespace:"sf.enhancedSoftphone",name:"ErrorEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"ErrorEvent":{"fields":{"
|
|
1
|
+
export const error_event={namespace:"sf.enhancedSoftphone",name:"ErrorEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"ErrorEvent":{"fields":{"additionalParams":{"id":6,"type":"string"},"incomingCallId":{"id":1,"type":"string"},"eventSource":{"id":4,"type":"string"},"eventType":{"id":3,"type":"string"},"activeVoiceCallId":{"id":2,"type":"string"},"errorMsg":{"id":5,"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"},"actionType":{"id":9,"type":"string"},"stateMachine":{"id":6,"type":"string"},"
|
|
2
|
-
"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"},"actionType":{"id":9,"type":"string"},"stateMachine":{"id":6,"type":"string"},"payload":{"id":10,"type":"string"},"voiceCallId":{"id":11,"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 +1 @@
|
|
|
1
|
-
export const user_interaction_event={namespace:"sf.enhancedSoftphone",name:"UserInteractionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"UserInteractionEvent":{"fields":{"actionType":{"id":1,"type":"string"},"stateMachine":{"id":4,"type":"string"},"eventSource":{"id":3,"type":"string"},"currentState":{"id":2,"type":"string"}}}}}}}}}};
|
|
1
|
+
export const user_interaction_event={namespace:"sf.enhancedSoftphone",name:"UserInteractionEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"UserInteractionEvent":{"fields":{"callId":{"id":5,"type":"string"},"actionType":{"id":1,"type":"string"},"stateMachine":{"id":4,"type":"string"},"eventSource":{"id":3,"type":"string"},"currentState":{"id":2,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.40.0'
|