o11y_schema 258.34.0 → 258.35.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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const error_event={namespace:"sf.enhancedSoftphone",name:"ErrorEvent",pbjsSchema:{"nested":{"sf":{"nested":{"enhancedSoftphone":{"nested":{"ErrorEvent":{"fields":{"callId":{"id":1,"type":"string"},"additionalParams":{"id":6,"type":"string"},"eventSource":{"id":4,"type":"string"},"eventType":{"id":3,"type":"string"},"activeVoiceCallId":{"id":2,"type":"string"},"errorMsg":{"id":5,"type":"string"}}}}}}}}}};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { error_event as errorEventSchema } from './error_event.js';
|
|
1
2
|
export { softphone_manager_event as softphoneManagerEventSchema } from './softphone_manager_event.js';
|
|
2
3
|
export { state_change_event as stateChangeEventSchema } from './state_change_event.js';
|
|
3
4
|
export { user_interaction_event as userInteractionEventSchema } from './user_interaction_event.js';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { error_event as errorEventSchema } from './error_event.js';
|
|
1
2
|
export { softphone_manager_event as softphoneManagerEventSchema } from './softphone_manager_event.js';
|
|
2
3
|
export { state_change_event as stateChangeEventSchema } from './state_change_event.js';
|
|
3
4
|
export { user_interaction_event as userInteractionEventSchema } from './user_interaction_event.js';
|
|
@@ -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"},"
|
|
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"},"eventSource":{"id":8,"type":"string"},"isIgnoredState":{"id":5,"type":"bool"},"eventType":{"id":7,"type":"string"},"currentState":{"id":3,"type":"string"},
|
|
2
2
|
"newState":{"id":4,"type":"string"}}}}}}}}}};
|
package/version/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version='258.
|
|
1
|
+
export const version='258.35.0'
|